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
|
||||
hosts:
|
||||
- host: "whoami.${SECRET_NEW_DOMAIN}"
|
||||
- host: "whoami.internal.${SECRET_NEW_DOMAIN}"
|
||||
paths:
|
||||
- path: /
|
||||
service:
|
||||
|
|
Loading…
Reference in New Issue