Writing kubernetes controllers can be simple
Homepage: https://metacontroller.github.io/metacontroller/
Kubernetes: ^1.14.0-0
Key | Type | Default | Description |
---|---|---|---|
affinity | object | {} |
|
clusterRole.aggregationRule | object | {} |
|
clusterRole.rules[0].apiGroups[0] | string | "*" |
|
clusterRole.rules[0].resources[0] | string | "*" |
|
clusterRole.rules[0].verbs[0] | string | "*" |
|
command | string | "/usr/bin/metacontroller" |
|
commandArgs[0] | string | "--zap-log-level=4" |
|
commandArgs[1] | string | "--discovery-interval=20s" |
|
commandArgs[2] | string | "--cache-flush-interval=30m" |
|
commandArgs[3] | string | "--health-probe-bind-address=:8081" |
|
fullnameOverride | string | "" |
|
image.pullPolicy | string | "IfNotPresent" |
|
image.repository | string | "ghcr.io/metacontroller/metacontroller" |
|
image.tag | string | "" |
|
imagePullSecrets | list | [] |
|
nameOverride | string | "" |
|
namespaceOverride | string | "" |
|
nodeSelector | object | {} |
|
podAnnotations | object | {} |
|
podDisruptionBudget | object | {} |
|
podSecurityContext | object | {} |
|
priorityClassName | string | "" |
|
probes.port | int | 8081 |
|
rbac.create | bool | true |
|
replicas | int | 1 |
|
resources | object | {} |
|
securityContext | object | {} |
|
service.enabled | bool | false |
|
service.ports | list | [] |
|
serviceAccount.annotations | object | {} |
|
serviceAccount.create | bool | true |
|
serviceAccount.name | string | "" |
|
tolerations | list | [] |
Autogenerated from chart metadata using helm-docs v1.11.0