diff --git a/chart/templates/api/deployment.yaml b/chart/templates/api/deployment.yaml index 08a44a4..a3f5294 100644 --- a/chart/templates/api/deployment.yaml +++ b/chart/templates/api/deployment.yaml @@ -56,6 +56,10 @@ spec: port: 8080 initialDelaySeconds: 10 periodSeconds: 10 + securityContext: + runAsUser: 65532 + runAsGroup: 65532 + fsGroup: 65532 volumeMounts: - name: api-model mountPath: /config