Skip to content

Commit 0728080

Browse files
committed
misc: fix example k8s-mc-with-default
1 parent 1d23d84 commit 0728080

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

docs/k8s-mc-with-default.yaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,6 @@ spec:
3737
value: "TRUE"
3838
ports:
3939
- containerPort: 25565
40-
volumeMounts:
41-
- name: data
42-
mountPath: /data
43-
volumes:
44-
- name: data
45-
persistentVolumeClaim:
46-
claimName: mc-stable
4740
---
4841
apiVersion: v1
4942
kind: Service
@@ -85,10 +78,3 @@ spec:
8578
value: "SNAPSHOT"
8679
ports:
8780
- containerPort: 25565
88-
volumeMounts:
89-
- name: data
90-
mountPath: /data
91-
volumes:
92-
- name: data
93-
persistentVolumeClaim:
94-
claimName: mc-snapshot

0 commit comments

Comments
 (0)