Fixed doka2-lobby-list steam creds storage
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 6s
Check with kubeconform / lint (push) Successful in 6s
Auto-update README / Generate README and Create MR (push) Successful in 4s

This commit is contained in:
Ultradesu
2026-07-16 12:40:09 +03:00
parent a93a29655b
commit ff57d1a07c
+5 -2
View File
@@ -19,6 +19,9 @@ spec:
spec:
nodeSelector:
kubernetes.io/os: linux
securityContext:
fsGroup: 1000
fsGroupChangePolicy: OnRootMismatch
volumes:
- name: creds
persistentVolumeClaim:
@@ -38,10 +41,10 @@ spec:
name: doka2-lobby-list-secrets
key: ADMIN_PASSWORD
- name: CREDS_DIR
value: /data/creds
value: /data
volumeMounts:
- name: creds
mountPath: /data/creds
mountPath: /data
resources:
requests:
cpu: "50m"