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

Commit

Permalink
fix(k8s): add securityContext (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon authored Sep 8, 2023
1 parent fe4711b commit 28e038a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .kontinuous/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
app:
containerPort: 3000
securityContext:
fsGroup: 1001
runAsGroup: 1001
runAsUser: 1001
env:
- name: APP_BASE_URL
value: 'https://{{ $.Values.global.host }}'
Expand Down

0 comments on commit 28e038a

Please sign in to comment.