We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9abf96 commit f4a664cCopy full SHA for f4a664c
launcher.sh
@@ -33,5 +33,4 @@ cat "${config_path}"
33
echo "=== Dropping potentially confusing env-variables"
34
for v in $(compgen -A export | grep KARAPACE); do export -n "${v?}"; done
35
36
-
37
exec python3 -m karapace.karapace_all "${config_path}"
nais/nais.yaml
@@ -14,8 +14,8 @@ spec:
14
path: "/brokers"
15
replicas:
16
min: 1
17
- max: 2
18
- cpuThresholdPercentage: 60
+ max: 1
+ cpuThresholdPercentage: 50
19
prometheus:
20
enabled: false
21
resources:
0 commit comments