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
Former-commit-id: 53cd11e5ace79d97785ca7e9b582f8ff8e5e9b72 [formerly 79a10f0]
Former-commit-id: e6e1a9bf726a79ed61ff85a7a490c8dc06e9ad3f
  • Loading branch information
John-Lin authored Jun 21, 2018
2 parents 13ec84d + e7ae62e commit e72ee31
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 e72ee31

Please sign in to comment.