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