A Helm chart for hub-manager
Homepage: https://traefik.io/
| Name | Url | |
|---|---|---|
| bpsoraggi | 108243062+bpsoraggi@users.noreply.github.com | |
| mloiseleur | michel.loiseleur@traefik.io | |
| darkweaver87 | remi.buisson@traefik.io |
Kubernetes: >=1.25.0-0
| Key | Type | Default | Description |
|---|---|---|---|
| affinity | object | {} |
Affinity applied to both the Deployment and the migration job |
| autoscaling.enabled | bool | false |
Create HorizontalPodAutoscaler object |
| autoscaling.spec | object | See values.yaml | Spec of the HPA |
| deployment.annotations | object | {} |
Additional deployment annotations |
| deployment.imagePullSecrets | list | [] |
Pull secret for fetching container image |
| deployment.labels | object | {} |
Additional deployment labels (e.g. for filtering deployment by custom labels) |
| deployment.lifecycle | object | {} |
Pod lifecycle actions |
| deployment.podAnnotations | object | {} |
Additional pod annotations (e.g. for mesh injection or prometheus scraping) |
| deployment.podLabels | object | {} |
Additional Pod labels (e.g. for filtering Pod by custom labels) |
| deployment.replicas | int | 1 |
Number of pods of the deployment |
| deployment.updateStrategy.rollingUpdate.maxSurge | int | 1 |
Maximum number of Pods that can be created over the desired number of Pods |
| deployment.updateStrategy.rollingUpdate.maxUnavailable | int | 0 |
Maximum number of Pods that can be unavailable during the update |
| deployment.updateStrategy.type | string | "RollingUpdate" |
Customize updateStrategy of Deployment |
| image.pullPolicy | string | "IfNotPresent" |
Hub-manager image pull policy |
| image.registry | string | "ghcr.io" |
Hub-manager image host registry |
| image.repository | string | "traefik/hub-manager" |
Hub-manager image repository |
| image.tag | string | nil |
defaults to appVersion. It's used for version checking, even prefixed with experimental- or latest- |
| logs.level | string | "INFO" |
Alternative logging levels are TRACE, DEBUG, INFO, WARN, ERROR, FATAL, and PANIC |
| migration.annotations | object | {} |
Additional migration job annotations |
| migration.labels | object | {} |
Additional migration job labels |
| nodeSelector | object | {} |
nodeSelector is the simplest recommended form of node selection constraint |
| postgres.encryptionKey | string | "" |
Name of Secret with key 'postgres-encryption-key' set to a valid encryption key |
| postgres.uri | string | "" |
Name of Secret with key 'postgres-uri' set to a valid Postgres connection string |
| resources | object | {} |
Resources for container |
| securityContext | object | See values.yaml | SecurityContext |
| service.annotations | object | {} |
Additional annotations |
| token | string | "" |
Name of Secret with key 'token' set to a valid license token |
| tolerations | list | [] |
Tolerations allow the scheduler to schedule pods with matching taints |
| tracing.address | string | "" |
Address to send traces |
| tracing.insecure | bool | false |
use HTTP instead of HTTPS |
| tracing.password | string | "" |
Name of Secret with key 'tracing-password' set to a valid password |
| tracing.probability | string | "0.0" |
Probability to send traces |
| tracing.username | string | "" |
Username to connect to tracing address |
Autogenerated from chart metadata using helm-docs v1.14.2