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: ports:
- containerPort: 2368 - containerPort: 2368
volumeMounts: volumeMounts:
- name: ghost-blog-data - name: ghost-blog-content
mountPath: /var/lib/ghost/content mountPath: /var/lib/ghost/content
env: env:
- name: url - name: url

View File

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