Skip to content

Commit

Permalink
Fix env var in yml files
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ghtym0 committed Nov 19, 2020
1 parent f0f6ffd commit 060cc40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kubernetes/templates/emoji.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
serviceAccountName: emoji
containers:
- env:
- name: EDG_COORDINATOR_ADDR
- name: EDG_MARBLE_COORDINATOR_ADDR
value: coordinator-mesh-api.marblerun:25554
- name: EDG_MARBLE_TYPE
value: emoji-svc
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/templates/voting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
serviceAccountName: voting
containers:
- env:
- name: EDG_COORDINATOR_ADDR
- name: EDG_MARBLE_COORDINATOR_ADDR
value: coordinator-mesh-api.marblerun:25554
- name: EDG_MARBLE_TYPE
value: voting-svc
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/templates/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
serviceAccountName: web
containers:
- env:
- name: EDG_COORDINATOR_ADDR
- name: EDG_MARBLE_COORDINATOR_ADDR
value: coordinator-mesh-api.marblerun:25554
- name: EDG_MARBLE_TYPE
value: web
Expand Down

0 comments on commit 060cc40

Please sign in to comment.