feat(etesync): Add EteSync to incubator (#3024)

* EteSync: add Chart.yaml

* Add common.yaml

* Add initial values.yaml

* Add initial questions.yaml

* Add persistence and some env vars to values.yaml

* Add superuser settings

* Add database credentials

* Add remaining env vars

* Add secret.txt

* Move superuser credentials to secret

* Reorder settings by relevance

* Update charts/incubator/etesync/values.yaml

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* Update charts/incubator/etesync/questions.yaml

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* Implement code review suggestions

* Set ALLOWED_HOSTS default to localhost

* Cleanup obsolete probe definitions

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
Michael Schnerring
2022-07-01 17:44:49 +03:00
committed by GitHub
co-authored by Stavros Kois
parent c5f0ba393b
commit d563b21103
11 changed files with 497 additions and 34 deletions
-8
View File
@@ -18,11 +18,3 @@ service:
main:
targetPort: 3000
port: 10251
probes:
liveness:
path: "/"
readiness:
path: "/"
startup:
path: "/"