Skip to content

Commit

Permalink
fix: Lower terminationGracePeriodSeconds
Browse files Browse the repository at this point in the history
  • Loading branch information
Maya Baya committed Jun 24, 2022
1 parent 9d3a3a0 commit dbea214
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions helm/wordpress-hardened/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ image:
repository: ghcr.io/riotkit-org/wordpress-hardened
tag: "" # defaults to {{ .Release.appVersion }}

terminationGracePeriodSeconds: 5
terminationGracePeriodSeconds: 20

podSecurityContext:
runAsUser: 65161
Expand Down Expand Up @@ -101,7 +101,6 @@ health:
attributes:
failureThreshold: 2
periodSeconds: 60
terminationGracePeriodSeconds: 10
readiness:
enabled: true
attributes:
Expand Down Expand Up @@ -143,7 +142,6 @@ waf:
attributes:
failureThreshold: 2
periodSeconds: 60
terminationGracePeriodSeconds: 10

# =====================================================================
# Backup Repository integration
Expand Down

0 comments on commit dbea214

Please sign in to comment.