fix: fix archmeister internal ingress patch
This commit is contained in:
@@ -6,12 +6,5 @@ patches:
|
|||||||
group: apps
|
group: apps
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
version: v1
|
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:
|
resources:
|
||||||
- _manifest.yaml
|
- _manifest.yaml
|
||||||
|
|||||||
@@ -13,5 +13,12 @@ patches:
|
|||||||
version: v1
|
version: v1
|
||||||
group: apps
|
group: apps
|
||||||
kind: Deployment
|
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:
|
resources:
|
||||||
- ../base
|
- ../base
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
- op: replace
|
||||||
|
path: /spec/rules/0/http/paths/0/path
|
||||||
|
value: /internal
|
||||||
@@ -13,5 +13,12 @@ patches:
|
|||||||
version: v1
|
version: v1
|
||||||
group: apps
|
group: apps
|
||||||
kind: Deployment
|
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:
|
resources:
|
||||||
- ../base
|
- ../base
|
||||||
|
|||||||
Reference in New Issue
Block a user