UNPKG

@fairmint/canton-node-sdk

Version:
71 lines (56 loc) 1.95 kB
# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 imageRepo: "ghcr.io/digital-asset/decentralized-canton-sync/docker" # Custom annotations and labels for deployed resources pod: annotations: {} labels: {} cluster: fixedTokens: false # TODO(DACH-NY/canton-network-internal#2125) Revisit idle timeout on 3.4 defaultJvmOptions: -XX:+UseG1GC -XX:MaxRAMPercentage=75 -XX:InitialRAMPercentage=75 -Dscala.concurrent.context.numThreads=8 -XX:ActiveProcessorCount=8 -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/persistent-data -Dpekko.http.server.idle-timeout=20m -Dpekko.http.client.idle-timeout=20m resources: limits: memory: 8Gi requests: cpu: 2 memory: 3Gi metrics: enable: false release: prometheus-grafana-monitoring interval: 30s persistence: databaseName: cantonnet_sv schema: sv host: postgres port: 5432 user: cnadmin secretName: "postgres-secrets" migration: id: 0 migrating: false attachPvc: true # pvc used for migrations pvc: volumeName: sv-app-global-domain-migration-pvc volumeStorageClass: standard-rwo failOnAppVersionMismatch: true spliceInstanceNames: networkName: # Please provide a value as provided in the docs networkFaviconUrl: # Please provide a value as provided in the docs amuletName: # Please provide a value as provided in the docs amuletNameAcronym: # Please provide a value as provided in the docs nameServiceName: # Please provide a value as provided in the docs nameServiceNameAcronym: # Please provide a value as provided in the docs # k8s affinity for all deployed pods (optional) # affinity: # k8s nodeSelector for all deployed pods (optional) # nodeSelector: # k8s tolerations for all deployed pods (optional) # tolerations: # set the poll interval used by the UI in milliseconds (optional) # uiPollInterval: service: ui: port: 80 logLevel: DEBUG