updated all deployments with health check

This commit is contained in:
Julian Lawrence 2025-07-29 09:20:09 -07:00
parent e8941e59a0
commit 1938d3971a
5 changed files with 62 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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