fix(whoami): use correct hostname for internal service, whoami
This commit is contained in:
parent
9065539a86
commit
cd4a2e4f3b
|
@ -41,7 +41,7 @@ spec:
|
||||||
|
|
||||||
className: internal
|
className: internal
|
||||||
hosts:
|
hosts:
|
||||||
- host: "whoami.${SECRET_NEW_DOMAIN}"
|
- host: "whoami.internal.${SECRET_NEW_DOMAIN}"
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
service:
|
service:
|
||||||
|
|
Loading…
Reference in New Issue