fix: simplify archmeister

This commit is contained in:
Jonas Juselius
2024-02-13 11:52:37 +01:00
parent 126a0038dc
commit 80870ad127
9 changed files with 17 additions and 38 deletions
+4 -4
View File
@@ -1,17 +1,17 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- _manifest.yaml
patches:
- path: deployment_patch.yaml
target:
group: apps
kind: Deployment
name: archmeister
version: v1
- path: ingress_patch.yaml
target:
group: networking.k8s.io
kind: Ingress
name: archmeister-internal
version: v1
annotationSelector: atlantis.oceanbox.io/expose=internal
version: v1
resources:
- _manifest.yaml