Skip to content

Commit

Permalink
[bitnami/zookeeper] Increase resources to avoid OOMKilled reason exec…
Browse files Browse the repository at this point in the history
…uting tests
  • Loading branch information
alvneiayu committed Dec 13, 2024
1 parent f137d21 commit db13a0b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .vib/zookeeper/runtime-parameters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,11 @@ service:
type: LoadBalancer
preAllocSize: 65536
containerPorts:
client: 2181
client: 2181
resources:
requests:
cpu: 2
memory: 512Mi
limits:
cpu: 3
memory: 1024Mi
2 changes: 1 addition & 1 deletion bitnami/zookeeper/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ maintainers:
name: zookeeper
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/zookeeper
version: 13.7.0
version: 13.7.1

0 comments on commit db13a0b

Please sign in to comment.