Skip to content

Commit

Permalink
reduce default es nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
KongZ committed Nov 23, 2020
1 parent 00a364e commit 6b9f53a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
chmod 700 get_helm.sh
./get_helm.sh
- name: Add dependency chart repos
run: |
helm repo add stable https://charts.helm.sh/stable
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Run chart-releaser
uses: helm/[email protected]
env:
Expand Down
10 changes: 5 additions & 5 deletions charts/graylog/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ graylog:
# uri: mongodb://user:pass@host1:27017,host2:27017,host3:27017/graylog?replicaSet=rs01
uri: ""
# Allow mongodb uri to be fetched from a k8s secret
# {{ graylog.fullname }}-mongodb will be used as uriSecretName if left empty
# {{ graylog.fullname }}-headless will be used as uriSecretName if left empty
uriSecretName: ""
uriSecretKey: ""

Expand Down Expand Up @@ -395,14 +395,14 @@ elasticsearch:
repository: "docker.elastic.co/elasticsearch/elasticsearch-oss"
tag: "6.8.13"
client:
replicas: 2
replicas: 1
master:
replicas: 3
replicas: 1
data:
replicas: 2
replicas: 1
cluster:
env:
MINIMUM_MASTER_NODES: 2
MINIMUM_MASTER_NODES: 1
xpackEnable: false

mongodb:
Expand Down

0 comments on commit 6b9f53a

Please sign in to comment.