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

fix(dns): Use capability instead of sysctl

parent a08e0be8
No related branches found
No related tags found
No related merge requests found
......@@ -87,6 +87,8 @@ spec:
capabilities:
drop:
- ALL
add:
- NET_BIND_SERVICE
automountServiceAccountToken: false
volumes:
- name: tls-secret
......@@ -103,9 +105,6 @@ spec:
runAsGroup: 1000
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