Skip to content

Commit

Permalink
Fix pushgateway --web.listen-address flag
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha committed Jun 25, 2017
1 parent 6c12005 commit 663a7f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hack/deploy/kube-1.5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
protocol: TCP
- name: pushgateway
args:
- -web.listen-address=56789
- -web.listen-address=:56789
- -persistence.file=/var/pv/pushgateway.dat
image: prom/pushgateway:v0.4.0
ports:
Expand Down
2 changes: 1 addition & 1 deletion hack/deploy/kube-1.6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ spec:
protocol: TCP
- name: pushgateway
args:
- -web.listen-address=56789
- -web.listen-address=:56789
- -persistence.file=/var/pv/pushgateway.dat
image: prom/pushgateway:v0.4.0
ports:
Expand Down

0 comments on commit 663a7f4

Please sign in to comment.