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.
| Parameter | Description | Default |
|---|---|---|
| walletui.enabled | If the Wallet UI server should be deployed. | true |
| walletui.replicaCount | Number 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.registry | Docker container image location. | registry.git.identos.ca/fpx-wallet/wallet-webui |
| walletui.tag | Docker container image location. | v1.0.0 |
| walletui.hostOverride | Domain name that the Wallet server will respond to for ingress rules. | null |
| walletui.config | Wallet application configuration details. Refer to Wallet UI. | |
| walletui.resources | Pod resources and limits. | |
| walletui.nodeSelector | Node selector rules. | |
| walletui.tolerations | Any node taints to tolerate. | |
| walletui.affinity | Any resource affinities for node selection. | |
| walletui.i18n | Language configuration for the Wallet UI server. Refer to Language Configuration. | |
| mysql.enabled | Determines whether a test version of MySQL will be deployed. | |
| walletui.refresh | Useful parameter to force application to restart when new configurations are applied. | 42 |
| walletui.replicaCount | Number of replicas to deploy of the Wallet UI. | 1 |
| walletui.deployment.annotations | Any custom annotations for this deployment object | |
| walletui.ingress.enabled | Boolean value enabling or disabling the creation of an ingress record. | false |
| walletui.ingress.host | Hostname with which an ingress record can be configured. | null |
| walletui.ingress.annotations | Any custom annotations for this ingress record. | |
| walletui.ingress.tls.hosts | hostname of environment | null |
| walletui.ingress.tls.secretName | It refer SSL certificates for https | null |
| walletui.image.credentials | Name of the secret within the deploy namespace that contains the credentials for the container image | identos |