Skip to content

Commit

Permalink
fix(edge): need to set end block for http (#673)
Browse files Browse the repository at this point in the history
* fix(edge): need to set end block for http

* bump version
  • Loading branch information
devanbenz committed Sep 4, 2024
1 parent 1606314 commit 5f35c9b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/influxdb-enterprise/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
version: 0.1.23
version: 0.1.24
appVersion: 1.10.0
engine: gotpl

Expand Down
2 changes: 1 addition & 1 deletion charts/influxdb-enterprise/templates/data-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ spec:
port: http
{{- if .Values.data.https.enabled }}
scheme: HTTPS
initialDelaySeconds: {{ .Values.livenessProbe.initialDelaySeconds | default 3600 }}
{{- end }}
initialDelaySeconds: {{ .Values.livenessProbe.initialDelaySeconds | default 3600 }}
readinessProbe:
initialDelaySeconds: 30
httpGet:
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 @@ -112,8 +112,8 @@ spec:
port: http
{{- if .Values.meta.https.enabled }}
scheme: HTTPS
initialDelaySeconds: {{ .Values.livenessProbe.initialDelaySeconds | default 3600 }}
{{- end }}
initialDelaySeconds: {{ .Values.livenessProbe.initialDelaySeconds | default 3600 }}
readinessProbe:
httpGet:
path: /ping
Expand Down

0 comments on commit 5f35c9b

Please sign in to comment.