apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization patches: - path: deployment_patch.yaml target: group: apps kind: Deployment version: v1 - path: ingress_patch.yaml target: group: networking.k8s.io kind: Ingress name: archmeister-internal annotationSelector: atlantis.oceanbox.io/expose=internal version: v1 resources: - _manifest.yaml