Migrate ghost from helm to manifests

This commit is contained in:
2025-03-23 17:39:05 +01:00
parent b33225cce3
commit bc492f8f22
9 changed files with 85 additions and 89 deletions

View File

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