Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
devanbenz committed Aug 28, 2024
1 parent 6d36b0d commit 9950f1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
3 changes: 1 addition & 2 deletions charts/influxdb-enterprise/templates/data-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,8 @@ spec:
protocol: UDP
livenessProbe:
httpGet:
path: {{ .Values.livenessProbe.path | default "/ping" }}
path: /ping
port: http
{{- if .Values.data.https.enabled }}
scheme: HTTPS
initialDelaySeconds: {{ .Values.livenessProbe.initialDelaySeconds | default 3600 }}
{{- end }}
Expand Down
2 changes: 1 addition & 1 deletion charts/influxdb-enterprise/templates/meta-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ spec:
httpGet:
path: /ping
port: http
{{- if .Values.meta.https.enabled }}
scheme: HTTPS
initialDelaySeconds: {{ .Values.livenessProbe.initialDelaySeconds | default 3600 }}
{{- end }}
readinessProbe:
httpGet:
Expand Down
5 changes: 1 addition & 4 deletions charts/influxdb-enterprise/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@ serviceAccount:
## Customize liveness, readiness and startup probes
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/
livenessProbe: {}
# path: "/ping"
# initialDelaySeconds: 30
# timeoutSeconds: 5
# scheme: HTTP
# initialDelaySeconds: 3600

## The name of a secret in the same kubernetes namespace which contain values
## to be added to the environment.
Expand Down

0 comments on commit 9950f1c

Please sign in to comment.