re-added pv and pvc

This commit is contained in:
gregory hendrickson
2023-01-26 09:09:42 -08:00
parent 53841a6ac4
commit 2d242afffe
6 changed files with 26 additions and 28 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:
- mountPath: "/var/lib/mysql"
name: mysql-storage
volumes:
- name: mysql-storage
persistentVolumeClaim:
claimName: mysql-pvc