Skip to content

Commit

Permalink
clean: staging code
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaucher-cs committed Nov 22, 2024
1 parent fc8bfc9 commit cd220fe
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 188 deletions.
173 changes: 0 additions & 173 deletions charts/rs-server-staging/templates/configmap.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions charts/rs-server-staging/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,6 @@ spec:
limits:
memory: {{ .Values.resources.limit.ram }}
cpu: {{ .Values.resources.limit.cpu }}
volumeMounts:
- name: service-config-volume
mountPath: {{ .Values.app.confDir }}/{{ .Values.app.pygeoapiConfig }}
subPath: {{ .Values.app.pygeoapiConfig }}
- name: service-openapi-volume
mountPath: {{ .Values.app.confDir }}/{{ .Values.app.openapiConfig }}
subPath: {{ .Values.app.openapiConfig }}
ports:
- name: web
protocol: TCP
Expand All @@ -74,10 +67,6 @@ spec:
value: {{ .Values.app.uacHomeUrl }}
- name: RSPY_DOCS_URL
value: {{ .Values.app.docsUrl }}
- name: PYGEOAPI_CONFIG
value: {{ .Values.app.confDir }}/{{ .Values.app.pygeoapiConfig }}
- name: PYGEOAPI_OPENAPI
value: {{ .Values.app.confDir }}/{{ .Values.app.openapiConfig }}
- name: DASK_GATEWAY__ADDRESS
value: {{ .Values.dask.gateway_address }}
- name: DASK_GATEWAY__AUTH__TYPE
Expand Down
4 changes: 0 additions & 4 deletions charts/rs-server-staging/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ app:
uacUrl: http://apikeymanager.processing.svc.cluster.local:8000/auth/check_key
# -- URL of the API Key Manager home page (public)
uacHomeUrl: https://apikeymanager.subdomain.example.com/docs
# -- Config file name for the application
pygeoapiConfig: config.yml
# -- Config file name for the application
openapiConfig: openapi.json
# -- Catalog pod address
endpointCatalog: http://rs-server-catalog-svc.processing.svc.cluster.local:8080
# -- List of configured stations (expect a secret with the same name)
Expand Down

0 comments on commit cd220fe

Please sign in to comment.