Skip to content

Commit

Permalink
move actuator
Browse files Browse the repository at this point in the history
  • Loading branch information
bhuism committed Jan 20, 2025
1 parent 14149e5 commit 2d34275
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/objex/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ controllers:
liveness:
enabled: true
type: HTTP
path: /actuator/health/liveness
path: /manage/health/liveness
port: 9080
readiness:
enabled: true
type: HTTP
path: /actuator/health/readiness
path: /manage/health/readiness
port: 9080
startup:
enabled: true
Expand Down
4 changes: 2 additions & 2 deletions charts/ok/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ controllers:
liveness:
enabled: true
type: HTTP
path: /actuator/health/liveness
path: /manage/health/liveness
port: 9080
readiness:
enabled: true
type: HTTP
path: /actuator/health/readiness
path: /manage/health/readiness
port: 9080
startup:
enabled: true
Expand Down
4 changes: 2 additions & 2 deletions charts/pseudoniemenservice/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ controllers:
liveness:
enabled: true
type: HTTP
path: /actuator/health/liveness
path: /manage/health/liveness
port: 9080
readiness:
enabled: true
type: HTTP
path: /actuator/health/readiness
path: /manage/health/readiness
port: 9080
startup:
enabled: true
Expand Down

0 comments on commit 2d34275

Please sign in to comment.