Skip to content

Commit

Permalink
fix(app-template): add probes to node-red helm release
Browse files Browse the repository at this point in the history
  • Loading branch information
tyriis committed Mar 11, 2024
1 parent 384b38a commit fe961e4
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@ spec:
limits:
memory: 500Mi
cpu: 1000m
probes:
liveness:
enabled: true
readiness:
enabled: true
startup:
enabled: true

service:
app:
Expand Down

0 comments on commit fe961e4

Please sign in to comment.