mirror of
https://github.com/ghndrx/blog-manifest.git
synced 2026-02-10 06:54:59 +00:00
starting
This commit is contained in:
@@ -16,6 +16,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: ghost-blog
|
- name: ghost-blog
|
||||||
image: ghost:latest
|
image: ghost:latest
|
||||||
|
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 2368
|
- containerPort: 2368
|
||||||
env:
|
env:
|
||||||
@@ -30,10 +31,7 @@ spec:
|
|||||||
name: ghost-secrets
|
name: ghost-secrets
|
||||||
key: database__client
|
key: database__client
|
||||||
- name: database__connection__host
|
- name: database__connection__host
|
||||||
valueFrom:
|
value: mysql.blog.svc.cluster.local
|
||||||
secretKeyRef:
|
|
||||||
name: ghost-secrets
|
|
||||||
key: database__connection__host
|
|
||||||
- name: database__connection__user
|
- name: database__connection__user
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
|||||||
Reference in New Issue
Block a user