mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-23 00:54:26 +00:00
14 lines
235 B
YAML
14 lines
235 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: ghost
|
|
|
|
resources:
|
|
- ../../base/ghost
|
|
- pvc.yaml
|
|
- ingress.yaml
|
|
|
|
patchesStrategicMerge:
|
|
- deployment-patch.yaml
|
|
|
|
configurations:
|
|
- kustomizeconfig.yaml |