worried-yak-72255
02/26/2025, 9:01 AM...
kratosAdminUrl: <https://example.co.kr/admin>
kratosBrowserUrl: <https://example.co.kr/public>
kratosPublicUrl: <https://example.co.kr/public>
service:
port: 4455
ingress:
enabled: true
hosts:
- host: <http://example.co.kr|example.co.kr>
paths:
- path: /
pathType: Prefix
tls:
- hosts:
- <http://example.co.kr|example.co.kr>
secretName: cert
networks:
intranet:
*kratos-values.yaml
kratos:
config:
...
selfservice:
allowed_return_urls:
- <https://example.co.kr>
default_browser_return_url: <https://example.co.kr/>
flows:
error:
ui_url: <https://example.co.kr/error>
login:
ui_url: <https://example.co.kr/login>
logout:
after:
default_browser_return_url: <https://example.co.kr/login>
registration:
after:
password:
hooks:
- hook: session
ui_url: <https://example.co.kr/registration>
settings:
privileged_session_max_age: 15m
required_aal: highest_available
ui_url: <https://example.co.kr/settings>
...
serve:
admin:
base_url: <https://example.co.kr/admin>
public:
base_url: <https://example.co.kr/public>
cors:
allowed_origins:
- <https://example.co.kr>
enabled: true
identitySchemas:
kratos-identity.schema.json: ...
service:
public:
port: 4433
admin:
port: 4434
ingress:
admin:
enabled: true
hosts:
- host: <http://example.co.kr|example.co.kr>
paths:
- path: /admin
pathType: Prefix
tls:
- hosts:
- <http://example.co.kr|example.co.kr>
secretName: cert
public:
enabled: true
hosts:
- host: <http://example.co.kr|example.co.kr>
paths:
- path: /public
pathType: Prefix
tls:
- hosts:
- <http://example.co.kr|example.co.kr>
secretName: cert
networks:
intranet:
I would really appreciate any small advice you could offer. I haven't been able to resolve this issue, and it's been bothering me for several days...😂😂😂worried-yak-72255
02/26/2025, 10:36 AM