remove pvc temporarily.

This commit is contained in:
gregory hendrickson
2023-01-26 05:30:19 -08:00
parent 29228d42e0
commit f8a7f2df60
3 changed files with 21 additions and 21 deletions

View File

@@ -46,10 +46,10 @@ spec:
limits:
memory: "512Mi"
cpu: "500m"
volumeMounts:
- name: mysql-data
mountPath: /var/lib/mysql
volumes:
- name: mysql-data
persistentVolumeClaim:
claimName: mysql-pv-disk
# volumeMounts:
# - name: mysql-data
# mountPath: /var/lib/mysql
# volumes:
# - name: mysql-data
# persistentVolumeClaim:
# claimName: mysql-pv-disk