Skip to content

Commit

Permalink
Change hostname to PSI historic ones
Browse files Browse the repository at this point in the history
  • Loading branch information
minottic authored Apr 14, 2022
1 parent e8112b2 commit bfae5b4
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 18 deletions.
2 changes: 1 addition & 1 deletion helm_configs/backend/development/values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
envValue: development

host: scicat.development.psi.ch
host: dacat-development.psi.ch
2 changes: 1 addition & 1 deletion helm_configs/backend/production/values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
envValue: production

host: scicat-prod.qa.psi.ch
host: dacat.psi.ch
2 changes: 1 addition & 1 deletion helm_configs/backend/qa/values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
envValue: qa

host: scicat.qa.psi.ch
host: dacat-qa.psi.ch
8 changes: 2 additions & 6 deletions helm_configs/backend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down
2 changes: 1 addition & 1 deletion helm_configs/frontend/development/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion helm_configs/frontend/development/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ envFile: environment.development.ts

envValue: development

host: scicat.development.psi.ch
host: discovery-development.psi.ch
2 changes: 1 addition & 1 deletion helm_configs/frontend/production/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion helm_configs/frontend/production/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ envFile: environment.prod.ts

envValue: production

host: scicat-prod.qa.psi.ch
host: discovery.psi.ch
2 changes: 1 addition & 1 deletion helm_configs/frontend/qa/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion helm_configs/frontend/qa/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ envFile: environment.qa.ts

envValue: qa

host: scicat.qa.psi.ch
host: discovery-qa.psi.ch
2 changes: 1 addition & 1 deletion helm_configs/frontend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ingress:
tls:
- hosts:
- "{{ .Values.host }}"
secretName: "scicat-certificate"
secretName: "scicat-fe-certificate"

volumes:
- name: config-volume
Expand Down
2 changes: 1 addition & 1 deletion helm_configs/search-api/development/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion helm_configs/search-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ ingress:
tls:
- hosts:
- "{{ .Values.host }}"
secretName: "scicat-certificate"
secretName: "scicat-be-certificate"

0 comments on commit bfae5b4

Please sign in to comment.