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: |-
|
||||
- op: replace
|
||||
path: /spec/rules/0/host
|
||||
value: test-dummyhttp.localhost.mixinet.net
|
||||
value: test-dummyhttp.lo.mixinet.net
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
ingress:
|
||||
enabled: true
|
||||
hostname: test-sealed-secrets.localhost.mixinet.net
|
||||
hostname: test-sealed-secrets.lo.mixinet.net
|
||||
|
|
|
@ -8,13 +8,13 @@ spec:
|
|||
- websecure
|
||||
routes:
|
||||
- kind: Rule
|
||||
match: Host(`argocd.localhost.mixinet.net`)
|
||||
match: Host(`argocd.lo.mixinet.net`)
|
||||
priority: 10
|
||||
services:
|
||||
- name: argocd-server
|
||||
port: 80
|
||||
- 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
|
||||
services:
|
||||
- name: argocd-server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue