face-detection: helm chart
diff --git a/apps/face-detection/chart/values.yaml b/apps/face-detection/chart/values.yaml
new file mode 100644
index 0000000..987d303
--- /dev/null
+++ b/apps/face-detection/chart/values.yaml
@@ -0,0 +1,8 @@
+replicas: 1
+image:
+  name: giolekva/minio-importer
+  tag: latest
+  pullPolicy: Always
+servicePort: 80
+containerPort: 1234
+pcloudApiAddress: http://api.pcloud.svc:1111/graphql
\ No newline at end of file