Delete probes

Change-Id: If05623491d34faaa9eeb5b2fd289f2e9ce12a23b
This commit is contained in:
jmarchel 2024-03-26 14:41:03 +01:00
parent 59a696c746
commit aff7951920

View File

@ -55,14 +55,6 @@ spec:
containerPort: {{ .containerPort }}
protocol: {{ .protocol }}
{{- end }}
livenessProbe:
httpGet:
path: /
port: http
readinessProbe:
httpGet:
path: /
port: http
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- with .Values.nodeSelector }}