Skip to content

Commit

Permalink
Update images
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ghtym0 committed Nov 19, 2020
1 parent 060cc40 commit c08b6cc
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 @@ -42,7 +42,7 @@ spec:
configMapKeyRef:
name: oe-config
key: OE_SIMULATION
image: ghcr.io/edgelesssys/emojivoto-emoji-svc:v0.1.0
image: ghcr.io/edgelesssys/emojivoto/emoji-svc:v0.1.0
name: emoji-svc
ports:
- containerPort: 8080
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/templates/voting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
configMapKeyRef:
name: oe-config
key: OE_SIMULATION
image: ghcr.io/edgelesssys/emojivoto-voting-svc:v0.1.0
image: ghcr.io/edgelesssys/emojivoto/voting-svc:v0.1.0
name: voting-svc
ports:
- containerPort: 8080
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/templates/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
configMapKeyRef:
name: oe-config
key: OE_SIMULATION
image: ghcr.io/edgelesssys/emojivoto-web:v0.1.0
image: ghcr.io/edgelesssys/emojivoto/web:v0.1.0
name: web-svc
ports:
- containerPort: 4433
Expand Down

0 comments on commit c08b6cc

Please sign in to comment.