misc: fix example k8s-mc-with-default
This commit is contained in:
@@ -37,13 +37,6 @@ spec:
|
|||||||
value: "TRUE"
|
value: "TRUE"
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 25565
|
- containerPort: 25565
|
||||||
volumeMounts:
|
|
||||||
- name: data
|
|
||||||
mountPath: /data
|
|
||||||
volumes:
|
|
||||||
- name: data
|
|
||||||
persistentVolumeClaim:
|
|
||||||
claimName: mc-stable
|
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
@@ -85,10 +78,3 @@ spec:
|
|||||||
value: "SNAPSHOT"
|
value: "SNAPSHOT"
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 25565
|
- containerPort: 25565
|
||||||
volumeMounts:
|
|
||||||
- name: data
|
|
||||||
mountPath: /data
|
|
||||||
volumes:
|
|
||||||
- name: data
|
|
||||||
persistentVolumeClaim:
|
|
||||||
claimName: mc-snapshot
|
|
||||||
|
|||||||
Reference in New Issue
Block a user