Fixed doka2-lobby-list steam creds storage
This commit is contained in:
@@ -19,6 +19,9 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/os: linux
|
kubernetes.io/os: linux
|
||||||
|
securityContext:
|
||||||
|
fsGroup: 1000
|
||||||
|
fsGroupChangePolicy: OnRootMismatch
|
||||||
volumes:
|
volumes:
|
||||||
- name: creds
|
- name: creds
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
@@ -38,10 +41,10 @@ spec:
|
|||||||
name: doka2-lobby-list-secrets
|
name: doka2-lobby-list-secrets
|
||||||
key: ADMIN_PASSWORD
|
key: ADMIN_PASSWORD
|
||||||
- name: CREDS_DIR
|
- name: CREDS_DIR
|
||||||
value: /data/creds
|
value: /data
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: creds
|
- name: creds
|
||||||
mountPath: /data/creds
|
mountPath: /data
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: "50m"
|
cpu: "50m"
|
||||||
|
|||||||
Reference in New Issue
Block a user