fix: change domain from localhost.mixinet.net to lo.mixinet.net
This commit is contained in:
parent
446409a613
commit
bc47a81584
3 changed files with 4 additions and 4 deletions
|
@ -29,4 +29,4 @@ patches:
|
||||||
patch: |-
|
patch: |-
|
||||||
- op: replace
|
- op: replace
|
||||||
path: /spec/rules/0/host
|
path: /spec/rules/0/host
|
||||||
value: test-dummyhttp.localhost.mixinet.net
|
value: test-dummyhttp.lo.mixinet.net
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
hostname: test-sealed-secrets.localhost.mixinet.net
|
hostname: test-sealed-secrets.lo.mixinet.net
|
||||||
|
|
|
@ -8,13 +8,13 @@ spec:
|
||||||
- websecure
|
- websecure
|
||||||
routes:
|
routes:
|
||||||
- kind: Rule
|
- kind: Rule
|
||||||
match: Host(`argocd.localhost.mixinet.net`)
|
match: Host(`argocd.lo.mixinet.net`)
|
||||||
priority: 10
|
priority: 10
|
||||||
services:
|
services:
|
||||||
- name: argocd-server
|
- name: argocd-server
|
||||||
port: 80
|
port: 80
|
||||||
- kind: Rule
|
- kind: Rule
|
||||||
match: Host(`argocd.localhost.mixinet.net`) && Header(`Content-Type`, `application/grpc`)
|
match: Host(`argocd.lo.mixinet.net`) && Header(`Content-Type`, `application/grpc`)
|
||||||
priority: 11
|
priority: 11
|
||||||
services:
|
services:
|
||||||
- name: argocd-server
|
- name: argocd-server
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue