Removed security context

This commit is contained in:
theautomation 2022-12-21 16:06:23 +01:00
parent f5998d11c5
commit 45b666cc16

View file

@ -103,15 +103,10 @@ spec:
labels:
app: radicale
spec:
securityContext:
fsGroup: 1000
containers:
- name: radicale
image: "harbor.k8s.lan/k8s/radicale:9"
resources: {}
securityContext:
runAsUser: 1000
runAsGroup: 1000
ports:
- containerPort: 5232
protocol: TCP