Skip to content
Next
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
H
Helm Charts for Minds Projects
Project
Project
Details
Activity
Releases
Dependency List
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Helm Charts for Minds Projects
Commits
041fe0ba
Commit
041fe0ba
authored
1 hour ago
by
Mark Harding
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(feat): upgrade elasticsearch
parent
b1b24a3c
sandbox-wip
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
28 deletions
+14
-28
elasticsearch-1.17.0.tgz
minds/charts/elasticsearch-1.17.0.tgz
+0
-0
elasticsearch-7.1.1.tgz
minds/charts/elasticsearch-7.1.1.tgz
+0
-0
requirements.lock
minds/requirements.lock
+4
-4
requirements.yaml
minds/requirements.yaml
+2
-2
values.yaml
minds/values.yaml
+8
-22
No files found.
minds/charts/elasticsearch-1.17.0.tgz
deleted
100644 → 0
View file @
b1b24a3c
File deleted
This diff is collapsed.
Click to expand it.
minds/charts/elasticsearch-7.1.1.tgz
0 → 100644
View file @
041fe0ba
File added
This diff is collapsed.
Click to expand it.
minds/requirements.lock
View file @
041fe0ba
...
...
@@ -6,13 +6,13 @@ dependencies:
repository: http://storage.googleapis.com/kubernetes-charts-incubator/
version: 0.10.3
- name: elasticsearch
repository: https://
kubernetes-charts.storage.googleapis.com/
version:
1.17.0
repository: https://
helm.elastic.co
version:
7.1.1
- name: rabbitmq
repository: https://kubernetes-charts.storage.googleapis.com/
version: 4.1.0
- name: cockroachdb
repository: https://kubernetes-charts.storage.googleapis.com/
version: 2.0.10
digest: sha256:
63a4911f2e38badede16e2e72207da7f5ffab7bcd2e754d86820f47f542502fb
generated:
2019-01-28T15:04:42.543869-07:00
digest: sha256:
49b61958a10d7fcbf666b0cb1bf1163ba62f1b5df6a58b6aa6cbc1f71a2da705
generated:
"2019-06-28T12:47:33.36017+01:00"
This diff is collapsed.
Click to expand it.
minds/requirements.yaml
View file @
041fe0ba
...
...
@@ -7,8 +7,8 @@ dependencies:
version
:
0.10.3
repository
:
http://storage.googleapis.com/kubernetes-charts-incubator/
-
name
:
elasticsearch
version
:
1.17.0
repository
:
https://
kubernetes-charts.storage.googleapis.com/
version
:
7.1.1
repository
:
https://
helm.elastic.co
condition
:
useElasticSearch
-
name
:
rabbitmq
version
:
4.1.0
...
...
This diff is collapsed.
Click to expand it.
minds/values.yaml
View file @
041fe0ba
...
...
@@ -83,29 +83,15 @@ cassandra:
# Elasticsearch
elasticsearch
:
antiAffinity
:
"
soft"
client
:
replicas
:
1
cluster
:
env
:
{
MINIMUM_MASTER_NODES
:
"
1"
}
master
:
replicas
:
1
data
:
replicas
:
1
esJavaOpts
:
"
-Xmx128m
-Xms128m"
clusterName
:
minds-elasticsearch
#esMajorVersion: 6
replicas
:
1
minimumMasterNodes
:
1
resources
:
requests
:
cpu
:
"
100m"
memory
:
"
512M"
limits
:
cpu
:
"
1000m"
memory
:
"
512M"
volumeClaimTemplate
:
accessModes
:
[
"
ReadWriteOnce"
]
storageClassName
:
"
hostpath"
resources
:
requests
:
storage
:
100M
requests.cpu
:
100m
requests.memory
:
1Gi
limits.cpu
:
100m
limits.memory
:
1Gi
# RabbitMQ
rabbitmq
:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment