bf9e827f85
Deploy backend, frontend, PostgreSQL, and Redis on Kubernetes with optional Ingress/TLS, SQL migration hooks, and public registry exposure at repo.3fase.ir. Co-authored-by: Cursor <cursoragent@cursor.com>
15 lines
369 B
YAML
15 lines
369 B
YAML
# Merge with existing traefik helm values (helm upgrade traefik -f traefik-timeout-values.yaml)
|
|
ports:
|
|
web:
|
|
transport:
|
|
respondingTimeouts:
|
|
readTimeout: "0s"
|
|
writeTimeout: "0s"
|
|
idleTimeout: "1800s"
|
|
websecure:
|
|
transport:
|
|
respondingTimeouts:
|
|
readTimeout: "0s"
|
|
writeTimeout: "0s"
|
|
idleTimeout: "1800s"
|