Skip to content

Commit

Permalink
fix: update default zk size to avoid oom (#1141)
Browse files Browse the repository at this point in the history
* fix: update the default zk pod size to avoid oom

Signed-off-by: ericsyh <[email protected]>

* bump pulsar image version

Signed-off-by: ericsyh <[email protected]>

---------

Signed-off-by: ericsyh <[email protected]>
  • Loading branch information
ericsyh authored Dec 22, 2023
1 parent 6cd50a0 commit a49f514
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
26 changes: 13 additions & 13 deletions charts/sn-platform-slim/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,42 +120,42 @@ monitoring:
images:
zookeeper:
repository: streamnative/sn-platform-slim
tag: "3.1.0.5"
tag: "3.1.1.1"
pullPolicy: IfNotPresent
customTools:
backup:
repository: "streamnative/pulsar-metadata-tool"
tag: "3.1.0.5"
tag: "3.1.1.1"
restore:
repository: "streamnative/pulsar-metadata-tool"
tag: "3.1.0.5"
tag: "3.1.1.1"
bookie:
repository: streamnative/sn-platform-slim
tag: "3.1.0.5"
tag: "3.1.1.1"
pullPolicy: IfNotPresent
autorecovery:
repository: streamnative/sn-platform-slim
tag: "3.1.0.5"
tag: "3.1.1.1"
pullPolicy: IfNotPresent
broker:
repository: streamnative/sn-platform-slim
tag: "3.1.0.5"
tag: "3.1.1.1"
pullPolicy: IfNotPresent
proxy:
repository: streamnative/sn-platform-slim
tag: "3.1.0.5"
tag: "3.1.1.1"
pullPolicy: IfNotPresent
pulsar_detector:
repository: streamnative/sn-platform-slim
tag: "3.1.0.5"
tag: "3.1.1.1"
pullPolicy: IfNotPresent
functions:
repository: streamnative/sn-platform-slim
tag: "3.1.0.5"
tag: "3.1.1.1"
pullPolicy: IfNotPresent
function_worker:
repository: streamnative/sn-platform-slim
tag: "3.1.0.5"
tag: "3.1.1.1"
pullPolicy: IfNotPresent
# NOTE: allow overriding the toolset image
toolset:
Expand Down Expand Up @@ -197,7 +197,7 @@ images:
pullPolicy: "IfNotPresent"
pulsar_metadata:
repository: streamnative/sn-platform-slim
tag: "3.1.0.5"
tag: "3.1.1.1"
pullPolicy: IfNotPresent
configmapReload:
repository: jimmidyson/configmap-reload
Expand Down Expand Up @@ -618,8 +618,8 @@ zookeeper:
# See https://kubernetes.io/docs/concepts/workloads/pods/init-containers/#resources
resources:
requests:
memory: "256Mi"
cpu: "0.1"
memory: "512Mi"
cpu: "0.2"
limits: {}
# memory: "1Gi"
# cpu: "0.4"
Expand Down
30 changes: 15 additions & 15 deletions charts/sn-platform/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,22 +130,22 @@ monitoring:
images:
zookeeper:
repository: streamnative/sn-platform
tag: "3.1.0.5"
tag: "3.1.1.1"
pullPolicy: IfNotPresent
customTools:
backup:
repository: "streamnative/pulsar-metadata-tool"
tag: "3.1.0.5"
tag: "3.1.1.1"
restore:
repository: "streamnative/pulsar-metadata-tool"
tag: "3.1.0.5"
tag: "3.1.1.1"
bookie:
repository: streamnative/sn-platform
tag: "3.1.0.5"
tag: "3.1.1.1"
pullPolicy: IfNotPresent
presto:
repository: streamnative/sn-platform
tag: "3.1.0.5"
tag: "3.1.1.1"
pullPolicy: IfNotPresent
exporter:
repository: bitnami/jmx-exporter
Expand All @@ -154,31 +154,31 @@ images:
# NOTE: allow overriding the presto worker image
# presto_worker:
# repository: streamnative/sn-platform
# tag: 3.1.0.5
# tag: 3.1.1.1
# pullPolicy: IfNotPresent
autorecovery:
repository: streamnative/sn-platform
tag: "3.1.0.5"
tag: "3.1.1.1"
pullPolicy: IfNotPresent
broker:
repository: streamnative/sn-platform
tag: "3.1.0.5"
tag: "3.1.1.1"
pullPolicy: IfNotPresent
proxy:
repository: streamnative/sn-platform
tag: "3.1.0.5"
tag: "3.1.1.1"
pullPolicy: IfNotPresent
pulsar_detector:
repository: streamnative/sn-platform
tag: "3.1.0.5"
tag: "3.1.1.1"
pullPolicy: IfNotPresent
functions:
repository: streamnative/sn-platform
tag: "3.1.0.5"
tag: "3.1.1.1"
pullPolicy: IfNotPresent
function_worker:
repository: streamnative/sn-platform
tag: "3.1.0.5"
tag: "3.1.1.1"
pullPolicy: IfNotPresent
# NOTE: allow overriding the toolset image
toolset:
Expand Down Expand Up @@ -243,7 +243,7 @@ images:
pullPolicy: IfNotPresent
pulsar_metadata:
repository: streamnative/sn-platform
tag: "3.1.0.5"
tag: "3.1.1.1"
pullPolicy: IfNotPresent
configmapReload:
repository: jimmidyson/configmap-reload
Expand Down Expand Up @@ -693,8 +693,8 @@ zookeeper:
# See https://kubernetes.io/docs/concepts/workloads/pods/init-containers/#resources
resources:
requests:
memory: "256Mi"
cpu: "0.1"
memory: "512Mi"
cpu: "0.2"
limits: {}
# memory: "1Gi"
# cpu: "0.4"
Expand Down

0 comments on commit a49f514

Please sign in to comment.