@fairmint/canton-node-sdk
Version:
Canton Node SDK
22 lines (20 loc) • 606 B
YAML
# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
{{- if .Values.istioVirtualService }}
apiVersion: networking.istio.io/v1
kind: VirtualService
metadata:
name: {{ .Release.Name }}
namespace: {{ .Release.Namespace }}
spec:
hosts:
- {{ .Values.istioVirtualService.host }}
gateways:
- {{ .Values.istioVirtualService.gateway }}
http:
- route:
- destination:
host: {{ .Release.Name }}.{{ .Release.Namespace }}.svc.cluster.local
port:
number: 80
{{- end }}