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/Chart.yaml b/charts/url-shortener/Chart.yaml
new file mode 100644
index 0000000..bb2151d
--- /dev/null
+++ b/charts/url-shortener/Chart.yaml
@@ -0,0 +1,6 @@
+apiVersion: v2
+name: url-shortener
+description: A Helm chart for URL shortener application
+type: application
+version: 0.0.1
+appVersion: "0.0.1"