Add tasko app

This commit is contained in:
dvirlabs 2025-12-10 19:45:28 +02:00
parent e698c3b640
commit b54d6382a3
13 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -47,8 +47,8 @@ backend:
service:
type: ClusterIP
port: 8001
targetPort: 8001
port: 8000
targetPort: 8000
ingress:
enabled: true