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
|
||||
}
|
||||
|
||||
post_result "frontend" "https://test121.nxtgauge.com/"
|
||||
post_result "frontend" "https://test111.nxtgauge.com/"
|
||||
post_result "admin" "https://admin.nxtgauge.com/"
|
||||
post_result "api-health" "https://api.nxtgauge.com/health"
|
||||
|
|
|
|||
|
|
@ -10,10 +10,10 @@ spec:
|
|||
ingressClassName: traefik
|
||||
tls:
|
||||
- hosts:
|
||||
- test121.nxtgauge.com
|
||||
secretName: test121-tls
|
||||
- test111.nxtgauge.com
|
||||
secretName: test111-tls
|
||||
rules:
|
||||
- host: test121.nxtgauge.com
|
||||
- host: test111.nxtgauge.com
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue