mirror of
https://github.com/ghndrx/blog-manifest.git
synced 2026-02-10 15:04:58 +00:00
syntax correction
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user