Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
verchol committed Jun 8, 2017
1 parent bc624a4 commit 2061597
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deploy/kube-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v1
kind: Service
metadata:
labels:
app: demochat-board
name: demochat-board
app: demochat-master
name: demochat-master
spec:
type: NodePort
ports:
Expand Down
2 changes: 1 addition & 1 deletion deployment-board-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
annotations:
forceRedeployUniqId: "{{CF_REVISION}}"
labels:
service: app
service: demochat-board
spec:
containers:
- image: verchol/demochat-board:{{CF_BRANCH}}
Expand Down
2 changes: 1 addition & 1 deletion deployment-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
annotations:
forceRedeployUniqId: "{{CF_REVISION}}"
labels:
service: app
service: demochat-master
spec:
containers:
- image: verchol/demochat-board:{{CF_BRANCH}}
Expand Down

0 comments on commit 2061597

Please sign in to comment.