Skip to content

Commit dbea214

Browse files
author
Maya Baya
committed
fix: Lower terminationGracePeriodSeconds
1 parent 9d3a3a0 commit dbea214

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

helm/wordpress-hardened/values.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ image:
22
repository: ghcr.io/riotkit-org/wordpress-hardened
33
tag: "" # defaults to {{ .Release.appVersion }}
44

5-
terminationGracePeriodSeconds: 5
5+
terminationGracePeriodSeconds: 20
66

77
podSecurityContext:
88
runAsUser: 65161
@@ -101,7 +101,6 @@ health:
101101
attributes:
102102
failureThreshold: 2
103103
periodSeconds: 60
104-
terminationGracePeriodSeconds: 10
105104
readiness:
106105
enabled: true
107106
attributes:
@@ -143,7 +142,6 @@ waf:
143142
attributes:
144143
failureThreshold: 2
145144
periodSeconds: 60
146-
terminationGracePeriodSeconds: 10
147145

148146
# =====================================================================
149147
# Backup Repository integration

0 commit comments

Comments
 (0)