diff --git a/helm_configs/backend/development/values.yaml b/helm_configs/backend/development/values.yaml index bf80d32..cb36910 100644 --- a/helm_configs/backend/development/values.yaml +++ b/helm_configs/backend/development/values.yaml @@ -1,3 +1,3 @@ envValue: development -host: scicat.development.psi.ch +host: dacat-development.psi.ch diff --git a/helm_configs/backend/production/values.yaml b/helm_configs/backend/production/values.yaml index 121d6dd..77c0849 100644 --- a/helm_configs/backend/production/values.yaml +++ b/helm_configs/backend/production/values.yaml @@ -1,3 +1,3 @@ envValue: production -host: scicat-prod.qa.psi.ch +host: dacat.psi.ch diff --git a/helm_configs/backend/qa/values.yaml b/helm_configs/backend/qa/values.yaml index b2bac21..9a52854 100644 --- a/helm_configs/backend/qa/values.yaml +++ b/helm_configs/backend/qa/values.yaml @@ -1,3 +1,3 @@ envValue: qa -host: scicat.qa.psi.ch +host: dacat-qa.psi.ch diff --git a/helm_configs/backend/values.yaml b/helm_configs/backend/values.yaml index ee1d939..1928900 100644 --- a/helm_configs/backend/values.yaml +++ b/helm_configs/backend/values.yaml @@ -49,16 +49,12 @@ ingress: hosts: - host: "{{ .Values.host }}" paths: - - path: "/api" - pathType: Prefix - - path: "/explorer" - pathType: Prefix - - path: "/auth" + - path: "/" pathType: Prefix tls: - hosts: - "{{ .Values.host }}" - secretName: "scicat-certificate" + secretName: "scicat-be-certificate" configMaps: "{{ .Release.Name }}-cm": diff --git a/helm_configs/frontend/development/environment.ts b/helm_configs/frontend/development/environment.ts index 328c951..70314d6 100644 --- a/helm_configs/frontend/development/environment.ts +++ b/helm_configs/frontend/development/environment.ts @@ -7,7 +7,7 @@ import { TableColumn } from "state-management/models"; export const environment = { production: true, - lbBaseURL: "https://scicat.development.psi.ch", + lbBaseURL: "https://dacat-development.psi.ch", archiveWorkflowEnabled: true, retrieveDestinations: [{option: "PSI", location: "/home/out"}, {option:"CSCS (Testphase)"}], externalAuthEndpoint: "/auth/msad", diff --git a/helm_configs/frontend/development/values.yaml b/helm_configs/frontend/development/values.yaml index c74b33b..065c660 100644 --- a/helm_configs/frontend/development/values.yaml +++ b/helm_configs/frontend/development/values.yaml @@ -2,4 +2,4 @@ envFile: environment.development.ts envValue: development -host: scicat.development.psi.ch +host: discovery-development.psi.ch diff --git a/helm_configs/frontend/production/environment.ts b/helm_configs/frontend/production/environment.ts index 2f1d4f2..24451f0 100644 --- a/helm_configs/frontend/production/environment.ts +++ b/helm_configs/frontend/production/environment.ts @@ -7,7 +7,7 @@ import { TableColumn } from "state-management/models"; export const environment = { production: true, - lbBaseURL: "https://scicat-prod.qa.psi.ch", + lbBaseURL: "https://dacat.psi.ch", archiveWorkflowEnabled: true, retrieveDestinations: [], externalAuthEndpoint: "/auth/msad", diff --git a/helm_configs/frontend/production/values.yaml b/helm_configs/frontend/production/values.yaml index f8e9bb6..9accab8 100644 --- a/helm_configs/frontend/production/values.yaml +++ b/helm_configs/frontend/production/values.yaml @@ -2,4 +2,4 @@ envFile: environment.prod.ts envValue: production -host: scicat-prod.qa.psi.ch +host: discovery.psi.ch diff --git a/helm_configs/frontend/qa/environment.ts b/helm_configs/frontend/qa/environment.ts index 3973df7..b5fdc85 100644 --- a/helm_configs/frontend/qa/environment.ts +++ b/helm_configs/frontend/qa/environment.ts @@ -7,7 +7,7 @@ import { TableColumn } from "state-management/models"; export const environment = { production: true, - lbBaseURL: "https://scicat.qa.psi.ch", + lbBaseURL: "https://dacat-qa.psi.ch", archiveWorkflowEnabled: true, retrieveDestinations: [], externalAuthEndpoint: "/auth/msad", diff --git a/helm_configs/frontend/qa/values.yaml b/helm_configs/frontend/qa/values.yaml index b758549..79e9b0d 100644 --- a/helm_configs/frontend/qa/values.yaml +++ b/helm_configs/frontend/qa/values.yaml @@ -2,4 +2,4 @@ envFile: environment.qa.ts envValue: qa -host: scicat.qa.psi.ch +host: discovery-qa.psi.ch diff --git a/helm_configs/frontend/values.yaml b/helm_configs/frontend/values.yaml index 00fd2a3..4919b60 100644 --- a/helm_configs/frontend/values.yaml +++ b/helm_configs/frontend/values.yaml @@ -24,7 +24,7 @@ ingress: tls: - hosts: - "{{ .Values.host }}" - secretName: "scicat-certificate" + secretName: "scicat-fe-certificate" volumes: - name: config-volume diff --git a/helm_configs/search-api/development/values.yaml b/helm_configs/search-api/development/values.yaml index 53ef4e3..6fdca36 100644 --- a/helm_configs/search-api/development/values.yaml +++ b/helm_configs/search-api/development/values.yaml @@ -6,4 +6,4 @@ env: - name: PANET_BASE_URL value: "http://pan-ontologies-api.scicat-development" -host: scicat.development.psi.ch +host: dacat-development.psi.ch diff --git a/helm_configs/search-api/values.yaml b/helm_configs/search-api/values.yaml index d658855..5cb7325 100644 --- a/helm_configs/search-api/values.yaml +++ b/helm_configs/search-api/values.yaml @@ -26,4 +26,4 @@ ingress: tls: - hosts: - "{{ .Values.host }}" - secretName: "scicat-certificate" + secretName: "scicat-be-certificate"