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
@@ -18,11 +18,3 @@ service:
|
||||
main:
|
||||
targetPort: 3000
|
||||
port: 10251
|
||||
|
||||
probes:
|
||||
liveness:
|
||||
path: "/"
|
||||
readiness:
|
||||
path: "/"
|
||||
startup:
|
||||
path: "/"
|
||||
|
||||
Reference in New Issue
Block a user