UNPKG

@fairmint/canton-node-sdk

Version:
30 lines (23 loc) 599 B
# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 {{- if .Values.metrics.enable }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor metadata: labels: release: {{ .Values.metrics.release }} name: splitwell namespace: {{ .Release.Namespace }} spec: endpoints: - port: metrics interval: {{ .Values.metrics.interval }} selector: matchLabels: app: splitwell-app namespaceSelector: matchNames: - {{ .Release.Namespace }} targetLabels: - migration {{- end }}