We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e369c5 + 57ee7b7 commit 8e8fad3Copy full SHA for 8e8fad3
graylog/templates/workload/statefulsets/datanode.yaml
@@ -112,11 +112,6 @@ spec:
112
failureThreshold: {{ .Values.datanode.custom.readinessProbe.failureThreshold | int }}
113
successThreshold: {{ .Values.datanode.custom.readinessProbe.successThreshold | int }}
114
{{- end }}
115
- readinessProbe:
116
- tcpSocket:
117
- port: {{ .Values.datanode.custom.service.ports.api | default 8999 | int }}
118
- initialDelaySeconds: 15
119
- periodSeconds: 10
120
{{- with .Values.datanode.custom.resources }}
121
resources:
122
{{- toYaml . | nindent 12 }}
0 commit comments