fix: fix archmeister internal ingress patch
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user