You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| runtimeConfig.health | Settings for the health server. |`{}`|
36
+
| runtimeConfig.metrics | Settings for the metrics server. |`{}`|
37
+
| runtimeConfig.webhook | Settings for the webhook server. |`{}`|
38
+
| runtimeConfig.leaderElection | Settings for leader election. |`{}`|
39
+
| runtimeConfig.manager.runtime | The container runtime to use. |`containerd`|
40
+
| runtimeConfig.manager.otlpEndpoint | The OTLP endpoint to send metrics to. |`""`|
41
+
| runtimeConfig.manager.logLevel | The logging level for the manager. |`info`|
42
+
| runtimeConfig.manager.scheduling | Settings for scheduling. |`{}`|
43
+
| runtimeConfig.manager.profile | Settings for the profiler. |`{}`|
44
+
| runtimeConfig.manager.imageJob.successRatio | The minimum ratio of successful image jobs required for the overall job to be considered successful. |`1.0`|
45
+
| runtimeConfig.manager.imageJob.cleanup | Settings for image job cleanup. |`{}`|
46
+
| runtimeConfig.manager.pullSecrets | Image pull secrets for collector/scanner/eraser. |`[]`|
47
+
| runtimeConfig.manager.priorityClassName | Priority class name for collector/scanner/eraser. |`""`|
48
+
| runtimeConfig.manager.nodeFilter | Filter for nodes. |`{}`|
49
+
| runtimeConfig.components.collector | Settings for the collector component. |`{ enabled: false }`|
50
+
| runtimeConfig.components.scanner | Settings for the scanner component. |`{ enabled: false }`|
51
+
| runtimeConfig.components.eraser | Settings for the eraser component. |`{}`|
52
+
| deploy.image.repo | Repository for the image. |`ghcr.io/azure/eraser-manager`|
53
+
| deploy.image.pullPolicy | Policy for pulling the image. |`IfNotPresent`|
54
+
| deploy.image.tag | Overrides the default image tag. |`""`|
55
+
| deploy.additionalArgs | Additional arguments to pass to the command. |`[]`|
56
+
| deploy.priorityClassName | Priority class name. |`""`|
57
+
| deploy.securityContext.allowPrivilegeEscalation | Whether to allow privilege escalation. |`false`|
58
+
| deploy.resources.limits.memory | Memory limit for the resources. |`30Mi`|
59
+
| deploy.resources.requests.cpu | CPU request for the resources. |`100m`|
60
+
| deploy.resources.requests.memory | Memory request for the resources. |`20Mi`|
61
+
| deploy.nodeSelector | Node Selector for manager. | kubernetes.io/os: linux |
62
+
| deploy.tolerations | Tolerations for the manager. |[]|
63
+
| deploy.affinity | Affinity for the manager. | {} |
0 commit comments