Skip to content

Commit

Permalink
fix(app-template): add probes to locking-service helm release
Browse files Browse the repository at this point in the history
  • Loading branch information
tyriis committed Mar 11, 2024
1 parent a9322bc commit 1d7a35d
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@ spec:
requests:
cpu: 10m
memory: 128Mi
probes:
liveness:
enabled: true
readiness:
enabled: true
startup:
enabled: true

service:
app:
Expand Down

0 comments on commit 1d7a35d

Please sign in to comment.