update syntax

This commit is contained in:
gregory hendrickson
2023-01-26 10:08:27 -08:00
parent 32b0cdc621
commit e3618e6504
2 changed files with 8 additions and 6 deletions

View File

@@ -18,6 +18,9 @@ spec:
image: ghost:latest
ports:
- containerPort: 2368
volumeMounts:
- name: ghost-blog-data
mountPath: /var/lib/ghost/content
env:
- name: url
valueFrom:
@@ -56,7 +59,5 @@ spec:
requests:
cpu: "100m"
memory: "256Mi"
volumeMounts:
- name: ghost-blog-pv
mountPath: /var/lib/ghost/content

View File

@@ -18,6 +18,9 @@ spec:
image: mysql:8.0
ports:
- containerPort: 3306
volumeMounts:
- mountPath: /var/lib/mysql
name: mysql-pv
env:
- name: MYSQL_ROOT_PASSWORD
valueFrom:
@@ -46,6 +49,4 @@ spec:
limits:
memory: "512Mi"
cpu: "500m"
volumeMounts:
- mountPath: /var/lib/mysql
name: mysql-pv