diff options
Diffstat (limited to 'f3s/ipv6test/helm-chart')
| -rw-r--r-- | f3s/ipv6test/helm-chart/templates/deployment.yaml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/f3s/ipv6test/helm-chart/templates/deployment.yaml b/f3s/ipv6test/helm-chart/templates/deployment.yaml index 723384d..48f3d6b 100644 --- a/f3s/ipv6test/helm-chart/templates/deployment.yaml +++ b/f3s/ipv6test/helm-chart/templates/deployment.yaml @@ -20,6 +20,9 @@ spec: - containerPort: 8080 securityContext: allowPrivilegeEscalation: false + runAsNonRoot: true + runAsUser: 1000 + runAsGroup: 1000 resources: requests: memory: "64Mi" @@ -30,12 +33,12 @@ spec: readinessProbe: httpGet: path: / - port: 80 + port: 8080 initialDelaySeconds: 5 periodSeconds: 10 livenessProbe: httpGet: path: / - port: 80 + port: 8080 initialDelaySeconds: 15 periodSeconds: 20 |
