Delete healthcheck probes

Change-Id: I61a5ae1887456820d7bcfe02829def74f1edb454
This commit is contained in:
jmarchel 2024-02-20 13:49:27 +01:00
parent 3e8dcd86eb
commit 36b5f85151

View File

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