Skip to content

Commit

Permalink
Update examples for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
fciocchetti committed Jan 13, 2020
1 parent 28c5670 commit ace281d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/elasticstack/3-master-statefulset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ spec:
terminationGracePeriodSeconds: 180
containers:
- name: elasticsearch
image: mintel/es-image:v7.5.1-8
image: mintel/es-image:v7.5.1-12
imagePullPolicy: Never
lifecycle:
postStart:
Expand Down
2 changes: 1 addition & 1 deletion examples/elasticstack/3-node-statefulset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
template:
metadata:
annotations:
roll_generation: "9"
roll_generation: "10"
labels:
app: elasticsearch
role: data
Expand Down
2 changes: 1 addition & 1 deletion examples/elasticstack/3-single-statefulset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ spec:
terminationGracePeriodSeconds: 180
containers:
- name: elasticsearch
image: mintel/es-image:v7.5.1-10
image: mintel/es-image:v7.5.1-12
imagePullPolicy: Never
# XXX Can't set the current data node lifecycle
# Scripts will fail at the moment if no cluster is availble ( so will never manage to start the first node )
Expand Down
2 changes: 1 addition & 1 deletion examples/elasticstack/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ metadata:
data:
settings.json: |
{
"indices.recovery.max_bytes_per_sec" : "50mb"
"indices.recovery.max_bytes_per_sec" : "10mb"
}

0 comments on commit ace281d

Please sign in to comment.