AppManager: Add API endpoint to install dodo app
Refactors cue definitions.
Next steps:
* Needs some cleanup, namespace is hard coded ...
* Maybe merge with regular install API
* Support exposing ports across clusters
Change-Id: Ibfc3c3f742b61f2c5874012fe6c77b958eae81d9
diff --git a/core/installer/values-tmpl/zot.cue b/core/installer/values-tmpl/zot.cue
index c5cf631..4f98388 100644
--- a/core/installer/values-tmpl/zot.cue
+++ b/core/installer/values-tmpl/zot.cue
@@ -84,7 +84,7 @@
}
}
- volumes: zot: size: "100Gi"
+ volume: zot: size: "100Gi"
_httpPort: 80
_oauth2ClientSecretName: "oauth2-client"
@@ -176,7 +176,7 @@
persistence: true
pvc: {
create: false
- name: volumes.zot.name
+ name: volume.zot.name
}
extraVolumes: [{
name: "config"