Skip to content

Commit f4a664c

Browse files
committed
Update both code and resources
1 parent a9abf96 commit f4a664c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

launcher.sh

-1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,4 @@ cat "${config_path}"
3333
echo "=== Dropping potentially confusing env-variables"
3434
for v in $(compgen -A export | grep KARAPACE); do export -n "${v?}"; done
3535

36-
3736
exec python3 -m karapace.karapace_all "${config_path}"

nais/nais.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ spec:
1414
path: "/brokers"
1515
replicas:
1616
min: 1
17-
max: 2
18-
cpuThresholdPercentage: 60
17+
max: 1
18+
cpuThresholdPercentage: 50
1919
prometheus:
2020
enabled: false
2121
resources:

0 commit comments

Comments
 (0)