install/kubernetes/helm/meshery-operator/README.md
Meshery Operator chart.
| Name | Url | |
|---|---|---|
| Meshery Authors | [email protected] | |
| aisuko | [email protected] |
| Repository | Name | Version |
|---|---|---|
| meshery-broker | 0.5.0 | |
| meshery-meshsync | 0.5.0 |
| Key | Type | Default | Description |
|---|---|---|---|
| affinity | object | {} | |
| annotations | object | {} | |
| env | object | {} | |
| fullnameOverride | string | "meshery-operator" | |
| imagePullSecrets | list | [] | |
| ingress.annotations | object | {} | |
| ingress.enabled | bool | false | |
| ingress.hosts[0].host | string | "chart-example.local" | |
| ingress.hosts[0].paths | list | [] | |
| ingress.tls | list | [] | |
| kubeRbac.args[0] | string | "--secure-listen-address=0.0.0.0:8443" | |
| kubeRbac.args[1] | string | "--upstream=http://127.0.0.1:8080/" | |
| kubeRbac.args[2] | string | "--logtostderr=false" | |
| kubeRbac.args[3] | string | "--v=10" | |
| kubeRbac.image.pullPolicy | string | "Always" | |
| kubeRbac.image.repository | string | "gcr.io/kubebuilder/kube-rbac-proxy:v0.16.0" | |
| kubeRbac.name | string | "kube-rbac-proxy" | |
| meshery-broker.enabled | bool | true | |
| meshery-broker.fullnameOverride | string | "meshery-broker" | |
| meshery-broker.serviceAccountNameOverride | string | "meshery-server" | |
| meshery-meshsync.enabled | bool | true | |
| meshery-meshsync.fullnameOverride | string | "meshery-meshsync" | |
| meshery-meshsync.serviceAccountNameOverride | string | "meshery-server" | |
| mesheryOperator.args[0] | string | "--metrics-addr=127.0.0.1:8080" | |
| mesheryOperator.args[1] | string | "--enable-leader-election" | |
| mesheryOperator.command[0] | string | "/manager" | |
| mesheryOperator.image.pullPolicy | string | "Always" | |
| mesheryOperator.image.repository | string | "meshery/meshery-operator:stable-latest" | |
| mesheryOperator.name | string | "manager" | |
| nameOverride | string | "" | |
| nodeSelector | object | {} | |
| podSecurityContext | object | {} | |
| probe.livenessProbe.enabled | bool | false | |
| probe.readinessProbe.enabled | bool | false | |
| replicaCount | int | 1 | |
| resources | object | {} | |
| securityContext | object | {} | |
| service.annotations | object | {} | |
| service.port | int | 10000 | |
| service.type | string | "ClusterIP" | |
| serviceAccount.create | string | "create" | |
| serviceAccount.name | string | "meshery-operator" | |
| testCase.enabled | bool | false | |
| tolerations | list | [] |