Skip to content
Snippets Groups Projects
Verified Commit ea33d9fe authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

feat(ingress-nginx): Enable some ingress features

parent 46900514
No related branches found
No related tags found
No related merge requests found
......@@ -76,6 +76,16 @@ spec:
## Allows customization of the configmap / nginx-configmap namespace
##
configMapNamespace: "" # defaults to $(POD_NAMESPACE)
# Will add custom configuration options to Nginx https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/
config:
enable-modsecurity: "true"
enable-owasp-modsecurity-crs: "true"
enable-ocsp: "true"
hsts: "true"
hsts-max-age: "63072000"
enable-brotli: "true"
use-http2: "true"
## Allows customization of the tcp-services-configmap
##
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment