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: labels:
app: radicale app: radicale
spec: spec:
securityContext:
fsGroup: 1000
containers: containers:
- name: radicale - name: radicale
image: "harbor.k8s.lan/k8s/radicale:9" image: "harbor.k8s.lan/k8s/radicale:9"
resources: {} resources: {}
securityContext:
runAsUser: 1000
runAsGroup: 1000
ports: ports:
- containerPort: 5232 - containerPort: 5232
protocol: TCP protocol: TCP