Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
add security context to match the base image (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
gerred authored Jan 25, 2024
1 parent 3a42962 commit 15c37e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions chart/templates/api/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ spec:
port: 8080
initialDelaySeconds: 10
periodSeconds: 10
securityContext:
runAsUser: 65532
runAsGroup: 65532
fsGroup: 65532
volumeMounts:
- name: api-model
mountPath: /config
Expand Down

0 comments on commit 15c37e9

Please sign in to comment.