This commit is contained in:
gregory hendrickson
2023-01-26 10:14:59 -08:00
parent e3618e6504
commit d5bb7cf4c2
2 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ spec:
ports:
- containerPort: 2368
volumeMounts:
- name: ghost-blog-data
- name: ghost-blog-content
mountPath: /var/lib/ghost/content
env:
- name: url

View File

@@ -19,8 +19,8 @@ spec:
ports:
- containerPort: 3306
volumeMounts:
- mountPath: /var/lib/mysql
name: mysql-pv
- name: mysql-storage
mountPath: /var/lib/mysql
env:
- name: MYSQL_ROOT_PASSWORD
valueFrom: