1
0
Fork 0

fix: change domain from localhost.mixinet.net to lo.mixinet.net

This commit is contained in:
Sergio Talens-Oliag 2025-05-08 09:24:25 +02:00
parent 446409a613
commit bc47a81584
Signed by: sto
GPG key ID: 821AEE0FD167FBDF
3 changed files with 4 additions and 4 deletions

View file

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

View file

@ -1,3 +1,3 @@
ingress:
enabled: true
hostname: test-sealed-secrets.localhost.mixinet.net
hostname: test-sealed-secrets.lo.mixinet.net

View file

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