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

fix(dns): Disable privleged ports

parent 825a9c0e
No related branches found
No related tags found
No related merge requests found
......@@ -55,6 +55,12 @@ spec:
secret:
secretName: ingress-dns-tls
optional: false
securityContext:
seccompProfile:
type: RuntimeDefault
sysctls:
- name: 'net.ipv4.ip_unprivileged_port_start'
value: "0"
---
apiVersion: v1
kind: Service
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment