Fixed doka2-lobby-list steam creds storage
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user