1
0
mirror of https://github.com/alexandrev/xslt-lab.git synced 2026-09-20 04:23:16 +00:00

Add backend ingress

This commit is contained in:
2025-07-04 11:32:32 +02:00
parent 62fa07b7e4
commit 91135377f0
2 changed files with 47 additions and 1 deletions
+3 -1
View File
@@ -15,7 +15,9 @@ Key parameters in `values.yaml`:
- `storage.enabled` disable database usage when `false`. If enabled the backend
gets `DATABASE_URL` from `storage.databaseUrl`; otherwise the environment
variable `DISABLE_DATABASE=true` is set.
- `ingress` configure ingress for the frontend service.
- `ingress` configure ingress for the frontend service. The backend is exposed
through a second ingress using the hostname `backend.<hostname>` with the same
settings.
- `hpa` enable CPU-based autoscaling for both deployments.
When `firebase.enabled` is true you must create the secret before installing the chart: