Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
updates to values file.
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp committed Dec 11, 2023
1 parent 523d7ac commit a0288ed
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions charts/nr-data-access/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ global:
SC_CS_CDOGS_CLIENT_ID: default
SC_CS_CDOGS_CLIENT_SECRET: default
FILES_OBJECTSTORAGE_ACCESSKEYID: default
FILES_OBJECTSTORAGE_SECRETACCESSKEY: default
FILES_OBJECTSTORAGE_BUCKET: default
APITOKEN: default
annotation:
helm.sh/policy: "keep"
Expand Down Expand Up @@ -104,7 +106,6 @@ frontend:
SERVER_APIPATH: /api/v1
SERVER_BASEPATH: /app
SERVER_BODYLIMIT: 30mb
SERVER_KC_PUBLICKEY: $PUBLIC_KEY
SERVER_KC_REALM: standard
SERVER_KC_SERVERURL: https://dev.loginproxy.gov.bc.ca/auth
SERVER_LOGLEVEL: http
Expand All @@ -118,9 +119,9 @@ frontend:
FILES_UPLOADS_PATH: files
FILES_PERMANENT: objectStorage
FILES_LOCALSTORAGE_PATH:
FILES_OBJECTSTORAGE_BUCKET: '{{ .Values.global.objectstorage.bucket }}'
FILES_OBJECTSTORAGE_BUCKET: '{{ .Values.global.FILES_OBJECTSTORAGE_BUCKET }}'
FILES_OBJECTSTORAGE_ENDPOINT: https://nrs.objectstore.gov.bc.ca
FILES_OBJECTSTORAGE_KEY: chefs/dev/
FILES_OBJECTSTORAGE_KEY: '{{ .Values.global.secrets.FILES_OBJECTSTORAGE_ACCESSKEYID }}'
NODE_ENV: production
VITE_CHEFS_GEO_ADDRESS_APIURL: https://geocoder.api.gov.bc.ca/addresses.json
VITE_CHEFS_ADVANCE_GEO_ADDRESS_APIURL: https://geocoder.api.gov.bc.ca/addresses.json
Expand Down

0 comments on commit a0288ed

Please sign in to comment.