Skip to content

Commit

Permalink
enable some probes
Browse files Browse the repository at this point in the history
  • Loading branch information
bhuism committed Jan 20, 2025
1 parent 842b78f commit 14149e5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
4 changes: 4 additions & 0 deletions charts/objex/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,13 @@ controllers:
pullPolicy: Always
probes:
liveness:
enabled: true
type: HTTP
path: /actuator/health/liveness
port: 9080
readiness:
enabled: true
type: HTTP
path: /actuator/health/readiness
port: 9080
startup:
Expand Down
2 changes: 2 additions & 0 deletions charts/ok/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ controllers:
pullPolicy: Always
probes:
liveness:
enabled: true
type: HTTP
path: /actuator/health/liveness
port: 9080
readiness:
enabled: true
type: HTTP
path: /actuator/health/readiness
port: 9080
Expand Down
14 changes: 8 additions & 6 deletions charts/pseudoniemenservice/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ controllers:
tag: latest
probes:
liveness:
httpGet:
path: /actuator/health/liveness
port: 9080
enabled: true
type: HTTP
path: /actuator/health/liveness
port: 9080
readiness:
httpGet:
path: /actuator/health/readiness
port: 9080
enabled: true
type: HTTP
path: /actuator/health/readiness
port: 9080
startup:
enabled: true
securityContext:
Expand Down

0 comments on commit 14149e5

Please sign in to comment.