Skip to content

Commit

Permalink
Merge pull request #735 from yuvipanda/recreate
Browse files Browse the repository at this point in the history
Set prometheus server's deployment strategy to recreate
  • Loading branch information
yuvipanda authored Oct 18, 2021
2 parents eccf10d + b7117d4 commit 1288b1c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions support/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ prometheus:
pushgateway:
enabled: false
server:
strategy:
# We have a persistent disk attached, so the default (RollingUpdate)
# can sometimes get 'stuck' and require pods to be manually deleted.
type: Recreate
resources:
# Without this, prometheus can easily starve users
requests:
Expand Down

0 comments on commit 1288b1c

Please sign in to comment.