Skip to content

Commit

Permalink
derhuerst/{bvg,db,vbb}-rest: configure access to Redis
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Sep 14, 2022
1 parent 414b2a7 commit 21d1838
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kubernetes/apps/v5-bvg-transport-rest/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
environment:
HOSTNAME: 'b.v5.bvg.transport.rest'
PORT: 3000
# todo: REDIS_URL
REDIS_URL: 'redis://:[email protected]:6379/1'
NODE_ENV: 'production'
hosts:
- 'b.v5.bvg.transport.rest'
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/v5-db-transport-rest/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
environment:
HOSTNAME: 'b.v5.db.transport.rest'
PORT: 3000
# todo: REDIS_URL
REDIS_URL: 'redis://:[email protected]:6379/2'
NODE_ENV: 'production'
hosts:
- 'b.v5.db.transport.rest'
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/v5-vbb-transport-rest/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
environment:
HOSTNAME: 'b.v5.vbb.transport.rest'
PORT: 3000
# todo: REDIS_URL
REDIS_URL: 'redis://:[email protected]:6379/4'
NODE_ENV: 'production'
hosts:
- 'b.v5.vbb.transport.rest'
Expand Down

0 comments on commit 21d1838

Please sign in to comment.