Skip to content

Commit

Permalink
Make ClusterIP the default service type (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtomlinson committed Jun 1, 2020
1 parent 7666f29 commit 9f9aa24
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dask/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ scheduler:
pullSecrets:
# - name: regcred
replicas: 1
# serviceType: "ClusterIP"
serviceType: "ClusterIP"
# serviceType: "NodePort"
serviceType: "LoadBalancer"
# serviceType: "LoadBalancer"
servicePort: 8786
resources: {}
# limits:
Expand Down Expand Up @@ -91,9 +91,9 @@ jupyter:
pullSecrets:
# - name: regcred
replicas: 1
# serviceType: "ClusterIP"
serviceType: "ClusterIP"
# serviceType: "NodePort"
serviceType: "LoadBalancer"
# serviceType: "LoadBalancer"
servicePort: 80
# This hash corresponds to the password 'dask'
password: 'sha1:aae8550c0a44:9507d45e087d5ee481a5ce9f4f16f37a0867318c'
Expand Down

0 comments on commit 9f9aa24

Please sign in to comment.