fix startup probe
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user