fix startup probe

This commit is contained in:
2023-08-05 18:28:34 -05:00
parent e03f854b70
commit dc6a948405

View File

@@ -21,15 +21,15 @@ spec:
imagePullPolicy: {{ .Values.deployment.imagePullPolicy }} imagePullPolicy: {{ .Values.deployment.imagePullPolicy }}
readinessProbe: readinessProbe:
httpGet: httpGet:
path: /api/v1/health/getHealth path: /api/health/getHealth
port: 8080 port: 8080
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /api/v1/health/getHealth path: /api/health/getHealth
port: 8080 port: 8080
startupProbe: startupProbe:
httpGet: httpGet:
path: /api/v1/health/getHealth path: /api/health/getHealth
port: 8080 port: 8080
ports: ports:
- name: http - name: http