mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-25 10:04:22 +00:00
Migrate ghost from helm to manifests
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user