Skip to content

Commit

Permalink
Fix hostPort bug in dashboard-svc.yaml. hostPort is invalid in a serv…
Browse files Browse the repository at this point in the history
…ice.
  • Loading branch information
dlorenc committed May 29, 2016
1 parent 7fb536e commit 4cd9e56
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion deploy/addons/dashboard-svc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ metadata:
spec:
ports:
- port: 80
hostPort: 9090
targetPort: 9090
selector:
app: kubernetes-dashboard
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
hostNetwork: true
containers:
- name: kube-addon-manager
image: gcr.io/google-containers/kube-addon-manager:v1
image: gcr.io/google-containers/kube-addon-manager-amd64:v2
resources:
requests:
cpu: 5m
Expand Down

0 comments on commit 4cd9e56

Please sign in to comment.