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
|`bunkerweb.hostPorts`| Use host ports for direct traffic (only for DaemonSet) Allows binding to ports 80/443 on each node |`bool`|`true`|
53
54
|`bunkerweb.hpa`| Resource requests and limits RECOMMENDED: Uncomment and adjust for production resources: requests: c... |`object`| See nested values |
@@ -98,9 +99,9 @@ Main reverse proxy and WAF component
98
99
|`bunkerweb.hpa.behavior.scaleDown`| Configuration for scaleDown |`object`| See nested values |
99
100
|`bunkerweb.hpa.behavior.scaleUp`| Configuration for scaleUp |`object`| See nested values |
100
101
|`bunkerweb.hpa.cpu.enabled`| Set to true to create an Ingress resource for the UI |`bool`|`true`|
101
-
|`bunkerweb.hpa.cpu.targetAverageUtilization`| Configuration for targetAverageUtilization |`int`|`60`|
102
+
|`bunkerweb.hpa.cpu.targetAverageUtilization`| Configuration for targetAverageUtilization |`int`|`90`|
102
103
|`bunkerweb.hpa.memory.enabled`| Set to true to create an Ingress resource for the UI |`bool`|`false`|
103
-
|`bunkerweb.hpa.memory.targetAverageUtilization`| Configuration for targetAverageUtilization |`int`|`70`|
104
+
|`bunkerweb.hpa.memory.targetAverageUtilization`| Configuration for targetAverageUtilization |`int`|`90`|
104
105
|`bunkerweb.livenessProbe.exec.command`| Configuration for command |`list`|`['/usr/share/bunkerweb/helpers/healthcheck.sh']`|
105
106
|`bunkerweb.readinessProbe.exec.command`| Configuration for command |`list`|`['/usr/share/bunkerweb/helpers/healthcheck.sh', 'ok']`|
106
107
|`bunkerweb.securityContext.capabilities.drop`| Configuration for drop |`list`|`['ALL']`|
0 commit comments