diff --git a/deploy/k8s/manifest.yaml b/deploy/k8s/manifest.yaml index 06f4689..37e85ac 100644 --- a/deploy/k8s/manifest.yaml +++ b/deploy/k8s/manifest.yaml @@ -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