Add workbench2, and make it the default.
[arvados-k8s.git] / charts / arvados / templates / keep-proxy-service.yaml
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: Apache-2.0
4
5 ---
6 apiVersion: v1
7 kind: Service
8 metadata:
9   name: arvados-keep-proxy
10   labels:
11     app: {{ template "arvados.name" . }}
12     chart: {{ template "arvados.chart" . }}
13     release: {{ .Release.Name }}
14     heritage: {{ .Release.Service }}
15 spec:
16   type: LoadBalancer
17   loadBalancerIP: {{ required "A valid externalIP is required!" .Values.externalIP }}
18   ports:
19   - name: https
20     port: 25107
21     targetPort: 25107
22     protocol: TCP
23   selector:
24     app: arvados-keep-proxy