Functional
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user