Skip to content

Commit

Permalink
Merge pull request #91 from stakater/allow-setting-security-context
Browse files Browse the repository at this point in the history
Add security context
  • Loading branch information
kahootali authored Nov 4, 2020
2 parents 9edec1b + 07d8445 commit 212835e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deployments/kubernetes/templates/chart/values.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ gitWebhookProxy:
port: 80
protocol: TCP
targetPort: 8080
securityContext:
readOnlyRootFilesystem: true
allowPrivilegeEscalation: false
podSecurityContext:
runAsUser: 1001
runAsNonRoot: true
ingress:
enabled: false
annotations:
Expand Down

0 comments on commit 212835e

Please sign in to comment.