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

feat(dns): Run with PSS restricted recommendations

parent d82ae122
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,10 @@ spec:
- name: tls-secret
mountPath: "/etc/pki/dnsproxy"
readOnly: true
securityContext:
capabilities:
drop:
- ALL
automountServiceAccountToken: false
volumes:
- name: tls-secret
......@@ -56,6 +60,8 @@ spec:
secretName: ingress-dns-tls
optional: false
securityContext:
allowPrivilegeEscalation: false
unAsNonRoot: true
seccompProfile:
type: RuntimeDefault
sysctls:
......
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