mirror of
https://github.com/ghndrx/blog-manifest.git
synced 2026-02-10 06:54:59 +00:00
re-added pv and pvc
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user