Skip to content

Commit

Permalink
Add configuration for first deployment on prod
Browse files Browse the repository at this point in the history
  • Loading branch information
minottic committed Aug 16, 2022
1 parent 858918a commit 5fddde5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helm_configs/backend/production/values.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
host: scilog-prod.qa.psi.ch
host: scilog.psi.ch
9 changes: 7 additions & 2 deletions helm_configs/frontend/production/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
host: scilog-prod.qa.psi.ch
host: scilog.psi.ch

config: |
{
"lbBaseURL": "https://scilog-prod.qa.psi.ch/api/v1/"
"lbBaseURL": "https://scilog.psi.ch/api/v1/",
"oAuth2Endpoint": {
"authURL": "auth/thirdparty/keycloak",
"displayText": "PSI account"
}
}
3 changes: 3 additions & 0 deletions helm_configs/proposal-sync/production/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
cronjob:
restartPolicy: OnFailure
schedule: 15 5 * * 4

0 comments on commit 5fddde5

Please sign in to comment.