Skip to content

Commit

Permalink
switch to default to ingress controller
Browse files Browse the repository at this point in the history
  • Loading branch information
said-moj committed Sep 14, 2022
1 parent f6ce733 commit bb4595d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions helm_deploy/cla-public/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,8 @@ metadata:
{{- with .Values.ingress.annotations }}
{{- toYaml . | nindent 4 }}
{{- end }}
nginx.ingress.kubernetes.io/enable-modsecurity: "true"
nginx.ingress.kubernetes.io/modsecurity-snippet: |
SecRuleRemoveById 200001
spec:
ingressClassName: "modsec"
ingressClassName: "default"
tls:
- hosts:
- "{{ .Values.host }}"
Expand Down

0 comments on commit bb4595d

Please sign in to comment.