Files
manifests/charts/archmeister/base/kustomization.yaml
T
2024-02-13 11:52:37 +01:00

18 lines
386 B
YAML

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