mirror of
https://github.com/itzg/mc-router.git
synced 2024-11-21 11:25:41 +01:00
misc: fix example k8s-mc-with-default
This commit is contained in:
parent
1d23d84d47
commit
072808085d
@ -37,13 +37,6 @@ spec:
|
||||
value: "TRUE"
|
||||
ports:
|
||||
- containerPort: 25565
|
||||
volumeMounts:
|
||||
- name: data
|
||||
mountPath: /data
|
||||
volumes:
|
||||
- name: data
|
||||
persistentVolumeClaim:
|
||||
claimName: mc-stable
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
@ -85,10 +78,3 @@ spec:
|
||||
value: "SNAPSHOT"
|
||||
ports:
|
||||
- containerPort: 25565
|
||||
volumeMounts:
|
||||
- name: data
|
||||
mountPath: /data
|
||||
volumes:
|
||||
- name: data
|
||||
persistentVolumeClaim:
|
||||
claimName: mc-snapshot
|
||||
|
Loading…
Reference in New Issue
Block a user