Whishper: add securitycontext

This commit is contained in:
Ruben Hensen
2024-12-17 14:01:45 +01:00
parent 241411a614
commit 66f8419a47
2 changed files with 7 additions and 3 deletions
+5 -3
View File
@@ -22,10 +22,12 @@ spec:
labels:
io.kompose.service: mongo
spec:
securityContext:
fsGroup: 2000
containers:
# - args:
# - --logpath
# - /var/log/mongodb/mongod.log
- args:
- --logpath
- /var/log/mongodb/mongod.log
env:
- name: DB_PASS
valueFrom:
+2
View File
@@ -22,6 +22,8 @@ spec:
labels:
io.kompose.service: translate
spec:
securityContext:
fsGroup: 2000
containers:
- env:
- name: DB_PASS