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

fix(dns): Final adjustment regarding securityContext

parent 3dd22c83
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,7 @@ spec:
mountPath: "/etc/pki/dnsproxy"
readOnly: true
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
......@@ -60,8 +61,9 @@ spec:
secretName: ingress-dns-tls
optional: false
securityContext:
allowPrivilegeEscalation: false
runAsNonRoot: true
runAsUser: 1000
runAsGroup: 1000
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