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: ...@@ -87,6 +87,8 @@ spec:
capabilities: capabilities:
drop: drop:
- ALL - ALL
add:
- NET_BIND_SERVICE
automountServiceAccountToken: false automountServiceAccountToken: false
volumes: volumes:
- name: tls-secret - name: tls-secret
...@@ -103,9 +105,6 @@ spec: ...@@ -103,9 +105,6 @@ spec:
runAsGroup: 1000 runAsGroup: 1000
seccompProfile: seccompProfile:
type: RuntimeDefault type: RuntimeDefault
sysctls:
- name: 'net.ipv4.ip_unprivileged_port_start'
value: "0"
--- ---
apiVersion: v1 apiVersion: v1
kind: Service kind: Service
......
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