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:
co-authored by
Stavros Kois
parent
c5f0ba393b
commit
d563b21103
@@ -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
|
||||
|
||||
@@ -56,14 +56,6 @@ service:
|
||||
targetPort: 8080
|
||||
port: 10248
|
||||
|
||||
probes:
|
||||
liveness:
|
||||
path: "/"
|
||||
readiness:
|
||||
path: "/"
|
||||
startup:
|
||||
path: "/"
|
||||
|
||||
persistence:
|
||||
run:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user