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