Skip to content

Commit

Permalink
Reapply "Migrate to HA staging db"
Browse files Browse the repository at this point in the history
This reverts commit 1f384b7.
  • Loading branch information
Pasarus committed Oct 7, 2024
1 parent 1f384b7 commit 7f7e6b3
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion components/fia-api/base/fia-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
- name: AUTH_API_URL
value: http://fia-auth-service.fia.svc.cluster.local:80
- name: DB_IP
value: dbspg03.fds.rl.ac.uk # Staging
value: dbspgha03.fds.rl.ac.uk # Staging
# value: dbspgha01.fds.rl.ac.uk # Production
- name: DB_PASSWORD
valueFrom:
Expand Down
2 changes: 1 addition & 1 deletion components/fia-api/variants/staging/fia-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
- name: fia-api
env:
- name: DB_IP
value: dbspg03.fds.rl.ac.uk
value: dbspgha03.fds.rl.ac.uk
- name: QUEUE_HOST
value: rabbitmq-cluster.rabbitmq.svc.cluster.local
- name: EGRESS_QUEUE_NAME
Expand Down
2 changes: 1 addition & 1 deletion components/fia-auth/base/fia-auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
name: fia-auth
key: uows_api_key
- name: DB_IP
value: dbspg03.fds.rl.ac.uk # Staging
value: dbspgha03.fds.rl.ac.uk # Staging
# value: dbspgha01.fds.rl.ac.uk # Production
- name: DB_PASSWORD
valueFrom:
Expand Down
2 changes: 1 addition & 1 deletion components/fia-auth/variants/staging/fia-auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ spec:
- name: UOWS_URL
value: https://api.facilities.rl.ac.uk/users-service
- name: DB_IP
value: dbspg03.fds.rl.ac.uk # Staging
value: dbspgha03.fds.rl.ac.uk # Staging
# value: dbspgha01.fds.rl.ac.uk # Production
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
- name: FILEWATCHER_NAMESPACE
value: fia
- name: DB_IP
value: dbspg03.fds.rl.ac.uk # Staging
value: dbspgha03.fds.rl.ac.uk # Staging
# value: dbspgha01.fds.rl.ac.uk # Production
ports:
- name: health-port
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ spec:
- name: file-watcher-operator
env:
- name: DB_IP
value: dbspg03.fds.rl.ac.uk
value: dbspgha03.fds.rl.ac.uk
2 changes: 1 addition & 1 deletion components/jobcreator/base/jobcreator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
- name: MAX_TIME_TO_COMPLETE
value: "21600"
- name: DB_IP
value: dbspg03.fds.rl.ac.uk # Staging
value: dbspgha03.fds.rl.ac.uk # Staging
# value: dbspgha01.fds.rl.ac.uk # Production
- name: REDUCE_USER_ID
value: '880844730'
Expand Down
2 changes: 1 addition & 1 deletion components/jobcreator/variants/staging/jobcreator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ spec:
env:
# Non secret env vars
- name: DB_IP
value: dbspg03.fds.rl.ac.uk
value: dbspgha03.fds.rl.ac.uk
- name: DEV_MODE
value: "True"

0 comments on commit 7f7e6b3

Please sign in to comment.