fix: fix archmeister internal ingress patch

This commit is contained in:
2024-03-04 10:21:46 +01:00
parent 8d94406425
commit 2410295c03
5 changed files with 17 additions and 7 deletions
@@ -6,12 +6,5 @@ patches:
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
@@ -13,5 +13,12 @@ patches:
version: v1
group: apps
kind: Deployment
- path: ingress_patch.yaml
target:
group: networking.k8s.io
kind: Ingress
name: prod-archmeister-internal
annotationSelector: atlantis.oceanbox.io/expose=internal
version: v1
resources:
- ../base
@@ -0,0 +1,3 @@
- op: replace
path: /spec/rules/0/http/paths/0/path
value: /internal
@@ -13,5 +13,12 @@ patches:
version: v1
group: apps
kind: Deployment
- path: ingress_patch.yaml
target:
group: networking.k8s.io
kind: Ingress
name: staging-archmeister-internal
annotationSelector: atlantis.oceanbox.io/expose=internal
version: v1
resources:
- ../base