X-Git-Url: https://git.arvados.org/arvados-k8s.git/blobdiff_plain/abea4a84dc14bc6e2a2a7e8b00e87a8a4e51d6f7..7f7c5c213af259bb660644949ce19a0d383e0bf2:/charts/arvados/templates/sso-service.yaml diff --git a/charts/arvados/templates/sso-service.yaml b/charts/arvados/templates/sso-service.yaml deleted file mode 100644 index 31f5e8d..0000000 --- a/charts/arvados/templates/sso-service.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright (C) The Arvados Authors. All rights reserved. -# -# SPDX-License-Identifier: Apache-2.0 - -apiVersion: v1 -kind: Service -metadata: - name: arvados-sso - labels: - app: {{ template "arvados.name" . }} - chart: {{ template "arvados.chart" . }} - release: {{ .Release.Name }} - heritage: {{ .Release.Service }} - annotations: - {{- range $key, $value := .Values.loadBalancer.annotations }} - {{ $key }}: {{ $value | quote }} - {{- end }} -spec: - type: LoadBalancer - loadBalancerIP: {{ required "A valid externalIP is required!" .Values.externalIP }} - ports: - - name: http - port: 3002 - targetPort: 3002 - protocol: TCP - selector: - app: arvados-sso