Add tasko app
This commit is contained in:
parent
e698c3b640
commit
b54d6382a3
@ -10,7 +10,7 @@ Kubernetes Helm chart for deploying Tasko task management application.
|
||||
|
||||
- **Backend**: FastAPI Python application
|
||||
- URL: https://api-tasko.dvirlabs.com
|
||||
- Port: 8001
|
||||
- Port: 8000
|
||||
|
||||
- **Database**: PostgreSQL
|
||||
- Managed by Helm subchart
|
||||
|
||||
@ -47,8 +47,8 @@ backend:
|
||||
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 8001
|
||||
targetPort: 8001
|
||||
port: 8000
|
||||
targetPort: 8000
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
Loading…
x
Reference in New Issue
Block a user