mirror of
https://github.com/remsky/Kokoro-FastAPI.git
synced 2025-08-05 16:48:53 +00:00
Fix chart ingress issue
This commit is contained in:
parent
7d4ded6e2e
commit
1e14fd8724
1 changed files with 2 additions and 2 deletions
|
@ -45,8 +45,8 @@ ingress:
|
||||||
host:
|
host:
|
||||||
name: kokoro.example.com
|
name: kokoro.example.com
|
||||||
endpoints:
|
endpoints:
|
||||||
backend:
|
- paths:
|
||||||
path: "/"
|
- "/"
|
||||||
serviceName: "fastapi"
|
serviceName: "fastapi"
|
||||||
servicePort: 8880
|
servicePort: 8880
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue