Skip to content

Commit

Permalink
Temporary removal of STAC_BROWSER_URL env var
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Grosu committed Oct 8, 2024
1 parent 8c1cf14 commit acc0a48
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 1 addition & 3 deletions charts/rs-server-cadip/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,7 @@ spec:
- name: S3_ENDPOINT
value: {{ .Values.obs.endpoint }}
- name: S3_REGION
value: {{ .Values.obs.region }}
- name: STAC_BROWSER_URLS
value: {{ .Values.stacbrowser.urls }}
value: {{ .Values.obs.region }}
- name: RSPY_USE_MODULE_FOR_STATION_TOKEN
value: '{{ .Values.app.useTokenModule }}'
{{ if .Values.tempo }}
Expand Down
3 changes: 0 additions & 3 deletions charts/rs-server-cadip/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,6 @@ resources:
# -- Pod CPU limit
cpu: "500m"

stacbrowser:
urls: "https://stac-browser-cadip.subdomain.example.com;https://stac-browser-catalog.subdomain.example.com"

tempo:
# -- Grafana tempo endpoint.
endpoint: http://grafana-tempo-distributor.logging.svc.cluster.local:4317

0 comments on commit acc0a48

Please sign in to comment.