Skip to content

Commit

Permalink
Merge branch 'feat/stac-browser-cors' of github.com:RS-PYTHON/rs-helm…
Browse files Browse the repository at this point in the history
… into feat/stac-browser-cors
  • Loading branch information
eroan-marie committed Oct 8, 2024
2 parents 16eb3cb + 916111f commit 14093e0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/rs-server-adgs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"` | |
Expand Down
1 change: 1 addition & 0 deletions charts/rs-server-cadip/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"` | |
Expand Down
1 change: 1 addition & 0 deletions charts/rs-server-catalog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |

----------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions charts/rs-server-frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 14093e0

Please sign in to comment.