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
|
@ -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