Skip to content

Commit

Permalink
Merge pull request #22 from linkernetworks/phstsai/modify-vortex-yaml
Browse files Browse the repository at this point in the history
BUGFIX: Modify the setting of vortex server in yamls
  • Loading branch information
John-Lin authored Jun 21, 2018
2 parents 12a924d + 64b6465 commit 79a10f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/kubernetes/apps/vortex/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ spec:
spec:
containers:
- name: vortex-server
image: sdnvortex/vortex:latest
image: sdnvortex/vortex:develop
ports:
- containerPort: 7890
3 changes: 2 additions & 1 deletion deploy/kubernetes/apps/vortex/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ spec:
- protocol: TCP
port: 7890
targetPort: 7890
nodePort: 32326
name: vortex-server
clusterIP: None
type: NodePort

0 comments on commit 79a10f0

Please sign in to comment.