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: requests:
cpu: "100m" cpu: "100m"
memory: "256Mi" memory: "256Mi"
volumeMounts: volumeMounts:
- name: ghost-data - name: ghost-blog-pv
mountPath: /var/lib/ghost/content mountPath: /var/lib/ghost/content

View File

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