url-shortener: helm chart with cue config file (#89)

* added cue file for url-shortener

* added yaml files for url-shortener

* fixed yaml and cue for url-shortener

* port variable  fix

* cue minor fix

* added url-shortener into appstore svg change

* minor fixes

* version fix

* added url-shortener into app.go
diff --git a/charts/url-shortener/values.yaml b/charts/url-shortener/values.yaml
new file mode 100644
index 0000000..a62dc10
--- /dev/null
+++ b/charts/url-shortener/values.yaml
@@ -0,0 +1,11 @@
+image:
+  repository: giolekva/url-shortener
+  name: url-shortener
+  tag: latest
+  pullPolicy: Always
+ingressClassName: ingress-public
+certificateIssuer: example-public
+domain: url-shortener.example.com
+storage:
+  size: 1Gi
+port: 8080