Functional

This commit is contained in:
2025-09-11 21:48:23 -04:00
parent 8fac62be42
commit 7bab9fd2fa
4 changed files with 353 additions and 7 deletions

View File

@@ -50,8 +50,6 @@
volumeMounts:
- name: data
mountPath: /gamedata
- name: config
mountPath: /gamedata/vs/serverconfig.json
imagePullPolicy: IfNotPresent
ports:
- containerPort: 42420
@@ -59,9 +57,6 @@
- name: data
persistentVolumeClaim:
claimName: data
- name: config
configMap:
name: config
- name: Create Service for Vintage Story
k8s: