Skip to content

Commit

Permalink
Merge branch 'vpc-2' of github.com:scalecube/spinless into vpc-2
Browse files Browse the repository at this point in the history
  • Loading branch information
monergeim committed Oct 9, 2020
2 parents e23ed04 + 38f2abe commit 4aaa748
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions app/common/kube_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,14 +236,10 @@ def setup_traefik(self, kube_env):
command = f'{HELM} upgrade --install traefik traefik/traefik ' \
f'--set service.type=NodePort ' \
f'--set ports.web.nodePort=30003 ' \
f'--set ports.discovery.port=8001 ' \
f'--set ports.discovery.expose=true ' \
f'--set ports.discovery.exposedPort=5801 ' \
f'--set ports.discovery.nodePort=30004 ' \
f'--set ports.external.port=8002 ' \
f'--set ports.external.expose=true ' \
f'--set ports.external.exposedPort=20000 ' \
f'--set ports.external.nodePort=30005 ' \
f'--set ports.internal.port=8002 ' \
f'--set ports.internal.expose=true ' \
f'--set ports.internal.exposedPort=20000 ' \
f'--set ports.internal.nodePort=30005 ' \
f'--set tolerations[0].key=type ' \
f'--set tolerations[0].value=kubsystem ' \
f'--set tolerations[0].operator=Equal ' \
Expand Down

0 comments on commit 4aaa748

Please sign in to comment.