terraform/helm/pfn-addons/README.md
Additional components for a public fullnode fleet deployment
| Key | Type | Default | Description |
|---|---|---|---|
| ingress.acm_certificate | string | nil | |
| ingress.backend_http2 | bool | false | Enable HTTP/2 on the backends shards |
| ingress.class | string | "alb" | |
| ingress.cookieDurationSeconds | int | 86400 | |
| ingress.enableStickyness | bool | true | |
| ingress.gce_managed_certificate | string | nil | |
| ingress.gce_managed_certificate_domains | string | nil | |
| ingress.gce_security_policy | string | nil | Security policy to apply to the backend services behind the ingress |
| ingress.health_check_duration_secs | string | nil | The maximum number of seconds that a PFN is allowed to be behind to be considered healthy and be allowed to serve traffic |
| ingress.loadBalancerSourceRanges | string | nil | |
| ingress.logging.enabled | bool | false | |
| ingress.wafAclArn | string | nil | |
| service.aws_tags | string | nil | |
| service.domain | string | nil | |
| service.enableOnchainDiscovery | bool | false | |
| service.loadBalancerSourceRanges | string | nil | |
| service.sessionAffinity | string | nil | |
| serviceAccount.annotations | string | nil | |
| serviceAccount.create | bool | true | Specifies whether a service account should be created |
| serviceAccount.name | string | nil | The name of the service account to use. If not set and create is true, a name is generated using the fullname template |
Autogenerated from chart metadata using helm-docs v1.14.2