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"