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

View file

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

View file

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