Skip to content

Commit

Permalink
fix: securityContext maildev
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo authored Sep 19, 2023
1 parent ae47131 commit 8641247
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/maildev/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ spec:
httpGet:
path: /healthz
port: http
securityContext:
runAsUser: 1000
runAsGroup: 1000
resources:
{{- toYaml .Values.resources | nindent 12 }}
volumes:
Expand Down

0 comments on commit 8641247

Please sign in to comment.