updated all deployments with health check
This commit is contained in:
parent
e8941e59a0
commit
1938d3971a
|
|
@ -46,7 +46,7 @@ spec:
|
|||
livenessProbe:
|
||||
httpGet:
|
||||
path: /health-check
|
||||
port: 8944
|
||||
port: prometheus
|
||||
scheme: HTTP
|
||||
initialDelaySeconds: 5
|
||||
periodSeconds: 10
|
||||
|
|
@ -54,7 +54,7 @@ spec:
|
|||
readinessProbe:
|
||||
httpGet:
|
||||
path: /health-check
|
||||
port: 8944
|
||||
port: prometheus
|
||||
scheme: HTTP
|
||||
periodSeconds: 10
|
||||
failureThreshold: 3
|
||||
|
|
|
|||
|
|
@ -41,3 +41,18 @@ spec:
|
|||
ports:
|
||||
- name: prometheus
|
||||
containerPort: 8942
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /health-check
|
||||
port: prometheus
|
||||
scheme: HTTP
|
||||
initialDelaySeconds: 5
|
||||
periodSeconds: 10
|
||||
failureThreshold: 3
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /health-check
|
||||
port: prometheus
|
||||
scheme: HTTP
|
||||
periodSeconds: 10
|
||||
failureThreshold: 3
|
||||
|
|
|
|||
|
|
@ -41,3 +41,18 @@ spec:
|
|||
ports:
|
||||
- name: prometheus
|
||||
containerPort: 8942
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /health-check
|
||||
port: prometheus
|
||||
scheme: HTTP
|
||||
initialDelaySeconds: 5
|
||||
periodSeconds: 10
|
||||
failureThreshold: 3
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /health-check
|
||||
port: prometheus
|
||||
scheme: HTTP
|
||||
periodSeconds: 10
|
||||
failureThreshold: 3
|
||||
|
|
|
|||
|
|
@ -32,3 +32,18 @@ spec:
|
|||
ports:
|
||||
- name: prometheus
|
||||
containerPort: 8942
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /health-check
|
||||
port: prometheus
|
||||
scheme: HTTP
|
||||
initialDelaySeconds: 5
|
||||
periodSeconds: 10
|
||||
failureThreshold: 3
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /health-check
|
||||
port: prometheus
|
||||
scheme: HTTP
|
||||
periodSeconds: 10
|
||||
failureThreshold: 3
|
||||
|
|
|
|||
|
|
@ -37,3 +37,18 @@ spec:
|
|||
ports:
|
||||
- name: prometheus
|
||||
containerPort: 8943
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /health-check
|
||||
port: prometheus
|
||||
scheme: HTTP
|
||||
initialDelaySeconds: 5
|
||||
periodSeconds: 10
|
||||
failureThreshold: 3
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /health-check
|
||||
port: prometheus
|
||||
scheme: HTTP
|
||||
periodSeconds: 10
|
||||
failureThreshold: 3
|
||||
|
|
|
|||
Loading…
Reference in New Issue