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
+1 -1
View File
@@ -26,7 +26,7 @@ sources:
- https://github.com/PrivateBin/PrivateBin
- https://hub.docker.com/r/privatebin/pdo
type: application
version: 0.0.3
version: 0.0.4
annotations:
truecharts.org/catagories: |
- productivity
-8
View File
@@ -56,14 +56,6 @@ service:
targetPort: 8080
port: 10248
probes:
liveness:
path: "/"
readiness:
path: "/"
startup:
path: "/"
persistence:
run:
enabled: true