We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d3a3a0 commit dbea214Copy full SHA for dbea214
helm/wordpress-hardened/values.yaml
@@ -2,7 +2,7 @@ image:
2
repository: ghcr.io/riotkit-org/wordpress-hardened
3
tag: "" # defaults to {{ .Release.appVersion }}
4
5
-terminationGracePeriodSeconds: 5
+terminationGracePeriodSeconds: 20
6
7
podSecurityContext:
8
runAsUser: 65161
@@ -101,7 +101,6 @@ health:
101
attributes:
102
failureThreshold: 2
103
periodSeconds: 60
104
- terminationGracePeriodSeconds: 10
105
readiness:
106
enabled: true
107
@@ -143,7 +142,6 @@ waf:
143
142
144
145
146
147
148
# =====================================================================
149
# Backup Repository integration
0 commit comments