Adding security settings to initcontainer
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -23,6 +23,17 @@ ingress:
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-cloudflare-prod
|
||||
|
||||
initContainers:
|
||||
- name: init-con
|
||||
securityContext:
|
||||
privileged: false
|
||||
allowPrivilegeEscalation: false
|
||||
capabilities:
|
||||
drop:
|
||||
- ALL
|
||||
seccompProfile:
|
||||
type: "RuntimeDefault"
|
||||
|
||||
resources:
|
||||
requests:
|
||||
cpu: null
|
||||
|
||||
Reference in New Issue
Block a user