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 Jan 22, 2024
1 parent 22229d4 commit 7c75cc1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kubernetes/apps/v6-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.v6.bvg.transport.rest'
PORT: 3000
# todo: REDIS_URL
REDIS_URL: 'redis://:[email protected]:6379/1'
NODE_ENV: 'production'
hosts:
- 'b.v6.bvg.transport.rest'
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/v6-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.v6.db.transport.rest'
PORT: 3000
# todo: REDIS_URL
REDIS_URL: 'redis://:[email protected]:6379/2'
NODE_ENV: 'production'
hosts:
- 'b.v6.db.transport.rest'
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/v6-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.v6.vbb.transport.rest'
PORT: 3000
# todo: REDIS_URL
REDIS_URL: 'redis://:[email protected]:6379/4'
NODE_ENV: 'production'
hosts:
- 'b.v6.vbb.transport.rest'
Expand Down

0 comments on commit 7c75cc1

Please sign in to comment.