syntax correction

This commit is contained in:
gregory hendrickson
2023-01-26 10:04:06 -08:00
parent 9ec90e39c4
commit 04fac7343b
2 changed files with 6 additions and 6 deletions

View File

@@ -56,7 +56,7 @@ spec:
requests:
cpu: "100m"
memory: "256Mi"
volumeMounts:
- name: ghost-data
mountPath: /var/lib/ghost/content
volumeMounts:
- name: ghost-blog-pv
mountPath: /var/lib/ghost/content

View File

@@ -46,6 +46,6 @@ spec:
limits:
memory: "512Mi"
cpu: "500m"
volumeMounts:
- mountPath: /var/lib/mysql
name: mysql-pv
volumeMounts:
- mountPath: /var/lib/mysql
name: mysql-pv