fix: update ingress from test121 to test111
This commit is contained in:
parent
608e664a64
commit
f6229741fb
2 changed files with 4 additions and 4 deletions
|
|
@ -46,6 +46,6 @@ spec:
|
||||||
-d "$payload" >/dev/null
|
-d "$payload" >/dev/null
|
||||||
}
|
}
|
||||||
|
|
||||||
post_result "frontend" "https://test121.nxtgauge.com/"
|
post_result "frontend" "https://test111.nxtgauge.com/"
|
||||||
post_result "admin" "https://admin.nxtgauge.com/"
|
post_result "admin" "https://admin.nxtgauge.com/"
|
||||||
post_result "api-health" "https://api.nxtgauge.com/health"
|
post_result "api-health" "https://api.nxtgauge.com/health"
|
||||||
|
|
|
||||||
|
|
@ -10,10 +10,10 @@ spec:
|
||||||
ingressClassName: traefik
|
ingressClassName: traefik
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- test121.nxtgauge.com
|
- test111.nxtgauge.com
|
||||||
secretName: test121-tls
|
secretName: test111-tls
|
||||||
rules:
|
rules:
|
||||||
- host: test121.nxtgauge.com
|
- host: test111.nxtgauge.com
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue