apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization


namespace: nav
resources:
  - namespace.yaml
  - pvc.yaml
  - deployment.yaml
  - service.yaml
  - ingress.yaml

images:
  - name: backend-image
    newName: git.kluster.moll.re/remoll/fast_network_navigation/backend
    newTag: latest