Files
anydev.info/deployment/kustomization.yaml

16 lines
253 B
YAML

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