2022-12-27 17:56:39 +02:00
|
|
|
tls:
|
|
|
|
|
useSelfSigned: true
|
|
|
|
|
credentials:
|
|
|
|
|
root:
|
|
|
|
|
password: ${root_password}
|
|
|
|
|
user: root
|
|
|
|
|
serverInstances: 1
|
2023-04-23 23:48:24 +01:00
|
|
|
podSpec:
|
|
|
|
|
containers:
|
|
|
|
|
- name: mysql
|
|
|
|
|
resources:
|
|
|
|
|
requests:
|
|
|
|
|
memory: "1024Mi" # adapt to your needs
|
Right-size CPU requests cluster-wide and remove missed CPU limits
Increase requests for under-requested pods (dashy 50m→250m, frigate 500m→1500m,
clickhouse 100m→500m, otp 100m→300m, linkwarden 25m→50m, authentik worker 50m→100m).
Reduce requests for over-requested pods (crowdsec agent/lapi 500m→25m each,
prometheus 200m→100m, dbaas mysql 1800m→100m, pg-cluster 250m→50m,
shlink-web 250m→10m, gpu-pod-exporter 50m→10m, stirling-pdf 100m→25m,
technitium 100m→25m, celery 50m→15m). Reduce crowdsec quota from 8→1 CPU.
Remove missed CPU limits in prometheus (cpu: "2") and dbaas (cpu: "3600m") tpl files.
2026-03-14 09:22:24 +00:00
|
|
|
cpu: "100m" # adapt to your needs
|
2023-04-23 23:48:24 +01:00
|
|
|
limits:
|
|
|
|
|
memory: "2048Mi" # adapt to your needs
|