diff --git a/charts/system/volsync/Chart.yaml b/charts/system/volsync/Chart.yaml index 4d12987985f..c6c8e9bd073 100644 --- a/charts/system/volsync/Chart.yaml +++ b/charts/system/volsync/Chart.yaml @@ -39,5 +39,5 @@ sources: - https://quay.io/brancz/kube-rbac-proxy - https://volsync.readthedocs.io/ type: application -version: 2.11.2 +version: 2.11.3 diff --git a/charts/system/volsync/values.yaml b/charts/system/volsync/values.yaml index 57517b92904..22808ccfaec 100644 --- a/charts/system/volsync/values.yaml +++ b/charts/system/volsync/values.yaml @@ -42,7 +42,7 @@ workload: args: - --secure-listen-address=0.0.0.0:8443 - --upstream=http://127.0.0.1:8080/ - - --logtostderr=true + - --proxy-endpoints-port=8888 - "--tls-min-version=VersionTLS12" - --v=0 - --ignore-paths=/metrics @@ -55,14 +55,17 @@ workload: memory: 64Mi probes: liveness: - type: tcp - port: 8443 + type: https + port: 8888 + path: /healthz readiness: - type: tcp - port: 8443 + type: https + port: 8888 + path: /healthz startup: - type: tcp - port: 8443 + type: https + port: 8888 + path: /healthz # -- Options for all pods # Can be overruled per pod