Skip to content

Commit

Permalink
increase memory defaults for init containers
Browse files Browse the repository at this point in the history
  • Loading branch information
MEM3DR committed Jan 15, 2024
1 parent ddc7676 commit 6b93ac9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions charts/pulsar/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1163,22 +1163,22 @@ job:
initContainer_resources:
zookeeper_ready:
requests:
memory: 128Mi
memory: 256Mi
cpu: 0.1
cs_ready:
requests:
memory: 128Mi
memory: 256Mi
cpu: 0.1
verify_cluster_id:
requests:
memory: 128Mi
memory: 256Mi
cpu: 0.1
broker_ready:
requests:
memory: 128Mi
memory: 256Mi
cpu: 0.1
bookkeeper_ready:
requests:
memory: 128Mi
memory: 256Mi
cpu: 0.1

Check failure on line 1184 in charts/pulsar/values.yaml

View workflow job for this annotation

GitHub Actions / chart-testing lint

1184:1 [empty-lines] too many blank lines (1 > 0)

0 comments on commit 6b93ac9

Please sign in to comment.