Skip to content

Commit

Permalink
fix: Add defaults to .Values file
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarek-kindred committed Feb 7, 2024
1 parent 1ccbdbf commit 0695ba6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lock-manager/deployment/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,9 @@ PGPASSWORD:
SERVICE_NAME:
CONTAINER_PORT: 60001
SERVICE_PORT: 80
WEB_APP_CONTEXT_ROOT:
WEB_APP_CONTEXT_ROOT:

securityContext:
allowPrivilegeEscalation: false
runAsNonRoot: true
runAsUser: 1000

0 comments on commit 0695ba6

Please sign in to comment.