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 a7d300b commit 09472d5Copy full SHA for 09472d5
helm/wordpress-hardened/templates/deployment.yaml
@@ -57,7 +57,7 @@ spec:
57
image: {{ .Values.waf.image.repository }}:{{ .Values.waf.image.tag }}
58
env:
59
- name: CADDY_PORT
60
- value: 8090
+ value: "8090"
61
62
{{- range $num, $ingress := $.Values.ingresses }}
63
{{- range $ingress.hosts }}
helm/wordpress-hardened/values.yaml
@@ -114,7 +114,7 @@ waf:
114
enabled: true
115
image:
116
repository: ghcr.io/riotkit-org/waf-proxy
117
- tag: 2.5.0-coraza-v1.2.0-bv0.0.8
+ tag: 2.5.1-coraza-v1.2.0-bv0.0.10
118
119
ENABLE_RULE_WORDPRESS: true
120
WP_CLIENT_IP: x-forwarded-for
0 commit comments