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

Commit 28e038a

Browse files
author
Julien Bouquillon
authored
fix(k8s): add securityContext (#102)
1 parent fe4711b commit 28e038a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.kontinuous/values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
app:
22
containerPort: 3000
3+
securityContext:
4+
fsGroup: 1001
5+
runAsGroup: 1001
6+
runAsUser: 1001
37
env:
48
- name: APP_BASE_URL
59
value: 'https://{{ $.Values.global.host }}'

0 commit comments

Comments
 (0)