Skip to content
Snippets Groups Projects
Unverified Commit b4e16bb6 authored by Gilbert Roulot's avatar Gilbert Roulot
Browse files

Enable ModSecurity on new ingress applications

parent 14ddfbcd
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -107,6 +107,8 @@ describe Clusters::Applications::Ingress do
expect(values).to include('repository')
expect(values).to include('stats')
expect(values).to include('podAnnotations')
expect(values).to include('config')
expect(values).to include('enable-owasp-modsecurity-crs')
end
end
end
Loading
Loading
@@ -7,6 +7,9 @@ controller:
podAnnotations:
prometheus.io/scrape: "true"
prometheus.io/port: "10254"
config:
enable-modsecurity: "true"
enable-owasp-modsecurity-crs: "true"
 
rbac:
create: false
Loading
Loading
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