update security context.

This commit is contained in:
Joseph Hanson 2024-10-10 15:31:38 -05:00
parent da23c6879b
commit 26779c2d5c
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -32,6 +32,11 @@ spec:
resources: resources:
requests: requests:
storage: 1Gi storage: 1Gi
securityContext:
runAsUser: 65534
runAsGroup: 65534
runAsNonRoot: true
fsGroup: 65534
topologySpreadConstraints: topologySpreadConstraints:
- maxSkew: 1 - maxSkew: 1
topologyKey: kubernetes.io/hostname topologyKey: kubernetes.io/hostname