api: helm chart

issue: #7
diff --git a/controller/chart/values.yaml b/controller/chart/values.yaml
new file mode 100644
index 0000000..7893c90
--- /dev/null
+++ b/controller/chart/values.yaml
@@ -0,0 +1,7 @@
+replicas: 1
+image:
+  name: giolekva/pcloud-api-server
+  tag: latest
+  pullPolicy: Always
+servicePort: 1111
+containerPort: 1234
\ No newline at end of file