Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Commit

Permalink
Updated the exposed stats port for the Poseidon deployment.
Browse files Browse the repository at this point in the history
Change-Id: I7d544454de2401b240aa881f7dbcb5d30d8002c6
  • Loading branch information
ICGog committed Jul 6, 2017
1 parent 91423c2 commit b3dee43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy/poseidon-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ spec:
- poseidon
- --logtostderr
- --kubeConfig=<path_kubeconfig_file>
- --firmamentAddress=<host>:<port>
- --statsServerAddress=<host>:<port>
- --firmamentAddress=<host>:9090
- --statsServerAddress=<host>:9091
- --kubeVersion=1.5
ports:
- containerPort: 80
- containerPort: 9091

0 comments on commit b3dee43

Please sign in to comment.