Global
Appears in
.Values.global
Defaults
labels
Additional Labels that apply to all objects
Key | global.labels |
Type | map |
Required | ❌ |
Helm tpl | ✅ (On value only) |
Default | {} |
Example
annotations
Additional Annotations that apply to all objects
Key | global.annotations |
Type | map |
Required | ❌ |
Helm tpl | ✅ (On value only) |
Default | {} |
Example
namespace
Namespace to apply to all objects, also applies to chart deps
Key | global.namespace |
Type | string |
Required | ❌ |
Helm tpl | ✅ |
Default | "" |
Example
minNodePort
Minimum Node Port Allowed
Key | global.minNodePort |
Type | int |
Required | ✅ |
Helm tpl | ❌ |
Default | 9000 |
Example
stopAll
Applies different techniques to stop all objects in the chart and its dependencies
Key | global.stopAll |
Type | bool |
Required | ❌ |
Helm tpl | ❌ |
Default | false |
Example
metallb
Settings for metallb integration
Key | global.metallb |
Type | map |
Required | ❌ |
Helm tpl | ❌ |
Default
Example
traefik
Settings for traefik integration
Key | global.traefik |
Type | map |
Required | ❌ |
Helm tpl | ❌ |
Default
Example
traefik.addServiceAnnotations
Add annotations to services for traefik
Key | global.traefik.addServiceAnnotations |
Type | bool |
Required | ❌ |
Helm tpl | ❌ |
Default | true |
Example
traefik.fixedMiddlewares
See documentation here
Default
traefik.fixedMiddlewares[].name
See documentation here
Example
traefik.fixedMiddlewares[].namespace
See documentation here
Example
traefik.allowCorsMiddlewares
Middlewares for traefik to apply when allowCors is enabled in the ingress
Key | global.traefik.allowCorsMiddlewares |
Type | list of map |
Required | ❌ |
Helm tpl | ❌ |
Default
Example
traefik.allowCorsMiddlewares[].name
Name of the middleware
Key | global.traefik.allowCorsMiddlewares[].name |
Type | string |
Required | ❌ |
Helm tpl | ❌ |
Default | "" |
Example
traefik.allowCorsMiddlewares[].namespace
Namespace of the middleware
Key | global.traefik.allowCorsMiddlewares[].namespace |
Type | string |
Required | ❌ |
Helm tpl | ❌ |
Default | "" |
Example