diff --git a/charts/rs-server-adgs/README.md b/charts/rs-server-adgs/README.md index 13f0128..9d50a9c 100644 --- a/charts/rs-server-adgs/README.md +++ b/charts/rs-server-adgs/README.md @@ -65,6 +65,7 @@ RS SERVER ADGS | resources.request.cpu | string | `"100m"` | Pod CPU request | | resources.request.ram | string | `"256Mi"` | Pod memory request | | service.port | int | `8080` | Port for the service | +| stac-browser.urls | string | `"https://stac-browser-cadip.subdomain.example.com;https://stac-browser-catalog.subdomain.example.com"` | | | tempo.endpoint | string | `"http://grafana-tempo-distributor.logging.svc.cluster.local:4317"` | Grafana tempo endpoint. | | tolerations[0].effect | string | `"NoSchedule"` | | | tolerations[0].key | string | `"role"` | | diff --git a/charts/rs-server-cadip/README.md b/charts/rs-server-cadip/README.md index 8928292..6243ddf 100644 --- a/charts/rs-server-cadip/README.md +++ b/charts/rs-server-cadip/README.md @@ -67,6 +67,7 @@ RS SERVER CADIP | resources.request.cpu | string | `"100m"` | Pod CPU request | | resources.request.ram | string | `"256Mi"` | Pod memory request | | service.port | int | `8080` | Port for the service | +| stac-browser.urls | string | `"https://stac-browser-cadip.subdomain.example.com;https://stac-browser-catalog.subdomain.example.com"` | | | tempo.endpoint | string | `"http://grafana-tempo-distributor.logging.svc.cluster.local:4317"` | Grafana tempo endpoint. | | tolerations[0].effect | string | `"NoSchedule"` | | | tolerations[0].key | string | `"role"` | | diff --git a/charts/rs-server-catalog/README.md b/charts/rs-server-catalog/README.md index c8f611a..d91a6d5 100644 --- a/charts/rs-server-catalog/README.md +++ b/charts/rs-server-catalog/README.md @@ -64,6 +64,7 @@ RS SERVER CATALOG | resources.request.cpu | string | `"100m"` | Pod CPU request | | resources.request.ram | string | `"256Mi"` | Pod memory request | | service.port | int | `8080` | Port for the service | +| stac-browser.urls | string | `"https://stac-browser-cadip.subdomain.example.com;https://stac-browser-catalog.subdomain.example.com"` | | | tempo.endpoint | string | `"http://grafana-tempo-distributor.logging.svc.cluster.local:4317"` | Grafana tempo endpoint. | ---------------------------------------------- diff --git a/charts/rs-server-frontend/README.md b/charts/rs-server-frontend/README.md index 9df67f7..4409040 100644 --- a/charts/rs-server-frontend/README.md +++ b/charts/rs-server-frontend/README.md @@ -45,6 +45,7 @@ RS SERVER FRONTEND | resources.request.cpu | string | `"100m"` | Pod CPU request | | resources.request.ram | string | `"256Mi"` | Pod memory request | | service.port | int | `8080` | Port for the service | +| stac-browser.urls | string | `"https://stac-browser-cadip.subdomain.example.com;https://stac-browser-catalog.subdomain.example.com"` | | ---------------------------------------------- Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0)