Add workbench2, and make it the default.
[arvados-k8s.git] / charts / arvados / templates / workbench-service.yaml
index 86ee2cb54ac8a8cdb2d4680a1026bd058252e681..a12aa225dea8bdb0f53120a1cc40f1e139e46018 100644 (file)
@@ -15,9 +15,13 @@ spec:
   type: LoadBalancer
   loadBalancerIP: {{ required "A valid externalIP is required!" .Values.externalIP }}
   ports:
-  - name: http
+  - name: wb2
     port: 443
     targetPort: 443
     protocol: TCP
+  - name: wb
+    port: 445
+    targetPort: 445
+    protocol: TCP
   selector:
     app: arvados-workbench