photos-ui: helm chart
diff --git a/apps/photos-ui/chart/values.yaml b/apps/photos-ui/chart/values.yaml
new file mode 100644
index 0000000..74618e6
--- /dev/null
+++ b/apps/photos-ui/chart/values.yaml
@@ -0,0 +1,9 @@
+replicas: 1
+image:
+  name: giolekva/photos-ui
+  tag: latest
+  pullPolicy: Always
+servicePort: 80
+containerPort: 1234
+ingressHost: photos-ui
+pcloudApiAddr: http://api.pcloud.svc:1111