Add ghost deployment

This commit is contained in:
2025-03-23 16:14:42 +01:00
parent 53abef2e07
commit 7dc13dd112
9 changed files with 133 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
# /apps/prod/ghost/kustomization.yaml
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: ghost
resources:
- ../../base/ghost
- release.yaml
- ingress.yaml
- secret.enc.yaml
configMapGenerator:
- name: ghost-prod-values
namespace: ghost
files:
- values.yaml
configurations:
- kustomizeconfig.yaml