apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization commonAnnotations: source-repository: https://edugit.org/Teckids/team-pr/teckids.org namespace: teckids-website patches: - patch: |- - op: replace path: /spec/rules/0/host value: teckids.org - op: replace path: /spec/tls/0/hosts/0 value: teckids.org target: kind: Ingress name: teckids-website-caddy resources: - ../../base labels: - includeSelectors: true pairs: app: teckids-website environment: production