misc: fix example k8s-mc-with-default

This commit is contained in:
Geoff Bourne
2019-04-19 20:49:27 -05:00
parent 1d23d84d47
commit 072808085d
-14
View File
@@ -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