Skip to main content

Wallet UI Helm Chart Config

Configuration for a Helm chart used for the deployment of a Wallet is provided as a YAML formatted file. The following table lists the configuration parameters, a description for each one, and their default values.

ParameterDescriptionDefault
walletui.enabledIf the Wallet UI server should be deployed.true
walletui.replicaCountNumber of replicas to deploy of the Wallet UI server, set to a number > 1 for redundancy purposes.
Note: Replication will depend on the deployment of the Kubernetes instance. If Kubernetes is deployed in one zone on the cloud, the replica will be created within that zone.
1
walletui.registryDocker container image location.registry.git.identos.ca/fpx-wallet/wallet-webui
walletui.tagDocker container image location.v1.0.0
walletui.hostOverrideDomain name that the Wallet server will respond to for ingress rules.null
walletui.configWallet application configuration details. Refer to Wallet UI.
walletui.resourcesPod resources and limits.
walletui.nodeSelectorNode selector rules.
walletui.tolerationsAny node taints to tolerate.
walletui.affinityAny resource affinities for node selection.
walletui.i18nLanguage configuration for the Wallet UI server. Refer to Language Configuration.
mysql.enabledDetermines whether a test version of MySQL will be deployed.
walletui.refreshUseful parameter to force application to restart when new configurations are applied.42
walletui.replicaCountNumber of replicas to deploy of the Wallet UI.1
walletui.deployment.annotationsAny custom annotations for this deployment object
walletui.ingress.enabledBoolean value enabling or disabling the creation of an ingress record.false
walletui.ingress.hostHostname with which an ingress record can be configured.null
walletui.ingress.annotationsAny custom annotations for this ingress record.
walletui.ingress.tls.hostshostname of environmentnull
walletui.ingress.tls.secretNameIt refer SSL certificates for httpsnull
walletui.image.credentialsName of the secret within the deploy namespace that contains the credentials for the container imageidentos