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

fix(k8s): add securityContext #102

Merged
merged 1 commit into from
Sep 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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