Files
anydev.info/deployment/kustomization.yaml
2024-09-17 18:48:26 +02:00

16 lines
246 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespace.yaml
- pvc.yaml
- deployment.yaml
- service.yaml
- ingress.yaml
namespace: anydev
images:
- name: ghost
newName: ghost
newTag: "5.94.1"