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
|`addonResizer.image.tag`| addon-resizer image tag | 1.8.14 |
65
+
|`addonResizer.resources`| Resource requests and limits for the _nanny_ container. |`{limits: {cpu: 40m, memory: 25Mi}, requests: {cpu: 40m, memory: 25Mi}}`|
66
+
|`addonResizer.nanny.cpu`| The base CPU requirement. | 20m |
67
+
|`addonResizer.nanny.extraCPU`| The amount of CPU to add per node. | 1m |
68
+
|`addonResizer.nanny.extraMemory`| The amount of memory to add per node. | 2Mi |
69
+
|`addonResizer.nanny.memory`| The base memory requirement. | 15Mi |
70
+
|`addonResizer.nanny.minClusterSize`| Specifies the smallest number of nodes resources will be scaled to. | 10 |
71
+
|`addonResizer.nanny.pollPeriod`| The time, in milliseconds, to poll the dependent container. | 300000 |
72
+
|`addonResizer.nanny.threshold`| A number between 0-100. The dependent's resources are rewritten when they deviate from expected by more than threshold. | 5 |
62
73
|`metrics.enabled`| If `true`, allow unauthenticated access to `/metrics`. |`false`|
63
74
|`serviceMonitor.enabled`| If `true`, create a _Prometheus_ service monitor. This needs `metrics.enabled` to be `true`. |`false`|
64
75
|`serviceMonitor.additionalLabels`| Additional labels to be set on the ServiceMonitor. |`{}`|
0 commit comments