mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Change uid whisper translate 2
This commit is contained in:
@@ -22,6 +22,9 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
io.kompose.service: translate
|
io.kompose.service: translate
|
||||||
spec:
|
spec:
|
||||||
|
securityContext:
|
||||||
|
runAsUser: 1032
|
||||||
|
runAsGroup: 1032
|
||||||
containers:
|
containers:
|
||||||
- env:
|
- env:
|
||||||
- name: DB_PASS
|
- name: DB_PASS
|
||||||
@@ -66,9 +69,7 @@ spec:
|
|||||||
- containerPort: 5000
|
- containerPort: 5000
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
tty: true
|
tty: true
|
||||||
securityContext:
|
|
||||||
runAsUser: 1032
|
|
||||||
runAsGroup: 1032
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /home/libretranslate/.local/share
|
- mountPath: /home/libretranslate/.local/share
|
||||||
name: translate-claim0
|
name: translate-claim0
|
||||||
|
|||||||
Reference in New Issue
Block a user