Skip to content

Commit

Permalink
Allow parameterizing ramfraction
Browse files Browse the repository at this point in the history
  • Loading branch information
gardnervickers committed Nov 11, 2017
1 parent 2eb7a19 commit 67fd92b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/fluentd-es-logging/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
description: A Helm chart for Kubernetes
name: fluentd-es-logging
version: 0.1.0
version: 0.1.1
4 changes: 2 additions & 2 deletions charts/fluentd-es-logging/requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ dependencies:
- name: elasticsearch
repository: https://kubernetes-charts-incubator.storage.googleapis.com/
version: 0.2.0
digest: sha256:dd8f87932ce352492583eab8e442092653463c0874ee0f52d41798e37e4d5a41
generated: 2017-10-31T10:06:49.087580424-04:00
digest: sha256:609ae216fae5f54fe156ddf8087d3dd72a3cbc865da0955c2dfc121ad7cca5f6
generated: 2017-11-07T10:34:31.946572973-05:00
2 changes: 1 addition & 1 deletion charts/kafka/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ sources:
- https://github.com/kubernetes/charts/tree/master/incubator/zookeeper
- https://github.com/Yolean/kubernetes-kafka
- https://github.com/solsson/dockerfiles/tree/master/kafka
version: 0.2.3
version: 0.2.4
2 changes: 1 addition & 1 deletion charts/kafka/templates/ss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ spec:
-XX:+UnlockExperimentalVMOptions
-XX:+UseCGroupMemoryLimitForHeap
-XshowSettings:vm
-XX:MaxRAMFraction=1
-XX:MaxRAMFraction={{ .Values.ramFraction }}
resources:
{{ toYaml .Values.resources | indent 12 }}
Expand Down
1 change: 1 addition & 0 deletions charts/kafka/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Replicas: 3
Image: "onyxplatform/kafka"
ImageTag: 11
ImagePullPolicy: "Always"
ramFraction: 2
resources:
requests:
memory: 512Mi
Expand Down

0 comments on commit 67fd92b

Please sign in to comment.