This commit is contained in:
2024-08-29 04:57:40 -05:00
parent e2d1e01708
commit 7843ae7c29

View File

@@ -10,15 +10,15 @@ deployment:
probe: probe:
readiness: readiness:
httpGet: httpGet:
path: /api/health/gethealth path: /health/gethealth
port: 8080 port: 8080
liveness: liveness:
httpGet: httpGet:
path: /api/health/gethealth path: /health/gethealth
port: 8080 port: 8080
startup: startup:
httpGet: httpGet:
path: /api/health/gethealth path: /health/gethealth
port: 8080 port: 8080
service: service:
type: ClusterIP type: ClusterIP