Commit 65ec33e2 authored by David McKay's avatar David McKay

fix: readiness and live probes

parent 72409b85
......@@ -10,6 +10,11 @@ data:
bind-address = ":8088"
reporting-disabled = false
{{ if .Values.auth.secretName }}
[http]
auth-enabled = true
{{ end }}
[enterprise]
{{ if .Values.license.key }}
# license-key and license-path are mutually exclusive, use only one and leave the other blank
......
......@@ -66,7 +66,7 @@ spec:
readinessProbe:
initialDelaySeconds: 30
httpGet:
path: /status
path: /ping
port: http
volumeMounts:
- name: config
......
......@@ -68,7 +68,7 @@ spec:
port: http
readinessProbe:
httpGet:
path: /status
path: /ping
port: http
volumeMounts:
- name: config
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment