Change uid whisper translate 2

This commit is contained in:
Ruben Hensen
2025-03-01 16:03:30 +01:00
parent 277fe5f3b8
commit f65bd0b486
+4 -3
View File
@@ -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