From 072808085d8044d19f23ed2f410b78277c462fea Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Fri, 19 Apr 2019 20:49:27 -0500 Subject: [PATCH] misc: fix example k8s-mc-with-default --- docs/k8s-mc-with-default.yaml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/docs/k8s-mc-with-default.yaml b/docs/k8s-mc-with-default.yaml index 92ae741..1b518d6 100644 --- a/docs/k8s-mc-with-default.yaml +++ b/docs/k8s-mc-with-default.yaml @@ -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