Skip to content

Commit 52ef98c

Browse files
author
eliranb
committed
update lightrun-operator chart README for configuration changes
1 parent 4a6d267 commit 52ef98c

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

charts/lightrun-operator/README.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,6 @@ For the sake of simplicity, we are keeping the convention of the same version fo
5050

5151
| Key | Type | Default | Description |
5252
|-----|------|---------|-------------|
53-
| controllerManager.kubeRbacProxy.image.repository | string | `"gcr.io/kubebuilder/kube-rbac-proxy"` | |
54-
| controllerManager.kubeRbacProxy.image.tag | string | `"v0.11.0"` | |
55-
| controllerManager.kubeRbacProxy.resources.limits.cpu | string | `"500m"` | |
56-
| controllerManager.kubeRbacProxy.resources.limits.memory | string | `"128Mi"` | |
57-
| controllerManager.kubeRbacProxy.resources.requests.cpu | string | `"5m"` | |
58-
| controllerManager.kubeRbacProxy.resources.requests.memory | string | `"64Mi"` | |
5953
| controllerManager.manager.image.repository | string | `"lightruncom/lightrun-k8s-operator"` | |
6054
| controllerManager.manager.image.tag | string | `"latest"` | For simplicity of version compatibilities we are keeping the same controller and chart versions So the most safe approach is to use same version as the Chart. When installing chart from the helm repo, every helm package version will have controller image set to chart version |
6155
| controllerManager.manager.nodeSelector | object | `{}` | |
@@ -65,15 +59,13 @@ For the sake of simplicity, we are keeping the convention of the same version fo
6559
| controllerManager.manager.resources.requests.memory | string | `"64Mi"` | |
6660
| controllerManager.manager.tolerations | list | `[]` | |
6761
| controllerManager.replicas | int | `1` | |
68-
| managerConfig.controllerManagerConfigYaml.health.healthProbeBindAddress | string | `":8081"` | |
69-
| managerConfig.controllerManagerConfigYaml.leaderElection.leaderElect | bool | `true` | |
70-
| managerConfig.controllerManagerConfigYaml.leaderElection.resourceName | string | `"5b425f09.lightrun.com"` | |
71-
| managerConfig.controllerManagerConfigYaml.metrics.bindAddress | string | `"127.0.0.1:8080"` | |
72-
| managerConfig.controllerManagerConfigYaml.webhook.port | int | `9443` | |
62+
| managerConfig.healthProbe.bindAddress | string | `":8081"` | |
7363
| managerConfig.logLevel | string | `"info"` | Log level: 1 - 5 Higher number - more logs Documentation of logr module https://pkg.go.dev/github.com/go-logr/logr@v1.2.0#hdr-Verbosity On level info (0) (default) you'll see only deployments that are being added or deleted and errors On level 1 you'll see 1 additional log per every successful reconciliation loop run On level 2 you'll see all debug prints with intermediate steps while patching deployment per every reconciliation loop run |
64+
| managerConfig.metrics.bindAddress | string | `":8080"` | |
7465
| managerConfig.operatorScope | object | `{"namespacedScope":false,"namespaces":["default"]}` | Operator may work in 2 scopes: cluster and namespaced Cluster scope will give permissions to operator to watch and patch deployment in the whole cluster With namespaced scope you need to provide list of namespaces that operator will be able to watch. Namespaced scope implemented by both controller code and creation of the appropriate Roles by the chart Any change to the list of namespaces will cause restart of the operator controller pod. |
75-
| metricsService | object | `{"ports":[{"name":"https","port":8443,"protocol":"TCP","targetPort":8443}],"type":"ClusterIP"}` | Metrics service for prometheus compatible poller |
66+
| managerConfig.profiler.bindAddress | string | `""` | |
67+
| metricsService | object | `{"ports":[{"name":"http","port":8080,"protocol":"TCP","targetPort":8080}],"type":"ClusterIP"}` | Metrics service for prometheus compatible poller |
7668
| nameOverride | string | `"lightrun-k8s-operator"` | |
7769

7870
----------------------------------------------
79-
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
71+
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)

0 commit comments

Comments
 (0)