This commit is contained in:
gregory hendrickson
2023-01-26 14:21:05 -08:00
parent 92dc4df52e
commit 562ed23811

View File

@@ -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: