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
da02a61a
Commit
da02a61a
authored
21 hours ago
by
Mark Harding
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(chore): remove cockroachdb and reduce cassandra footprint
parent
def61e85
sandbox-wip
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
15 deletions
+12
-15
cockroachdb-2.0.10.tgz
minds/charts/cockroachdb-2.0.10.tgz
+0
-0
requirements.lock
minds/requirements.lock
+2
-5
requirements.yaml
minds/requirements.yaml
+0
-3
job-installer.yaml
minds/templates/job-installer.yaml
+1
-2
values.yaml
minds/values.yaml
+9
-5
No files found.
minds/charts/cockroachdb-2.0.10.tgz
deleted
100644 → 0
View file @
def61e85
File deleted
This diff is collapsed.
Click to expand it.
minds/requirements.lock
View file @
da02a61a
...
...
@@ -11,8 +11,5 @@ dependencies:
- 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:49b61958a10d7fcbf666b0cb1bf1163ba62f1b5df6a58b6aa6cbc1f71a2da705
generated: "2019-06-28T12:47:33.36017+01:00"
digest: sha256:82fe1d259b4a3e00c1bb94a49ef21eb306b56181cf3fae83ac92d024f2515ece
generated: "2019-06-28T20:22:36.419207+01:00"
This diff is collapsed.
Click to expand it.
minds/requirements.yaml
View file @
da02a61a
...
...
@@ -12,7 +12,4 @@ dependencies:
condition
:
useElasticSearch
-
name
:
rabbitmq
version
:
4.1.0
repository
:
https://kubernetes-charts.storage.googleapis.com/
-
name
:
cockroachdb
version
:
2.0.10
repository
:
https://kubernetes-charts.storage.googleapis.com/
\ No newline at end of file
This diff is collapsed.
Click to expand it.
minds/templates/job-installer.yaml
View file @
da02a61a
...
...
@@ -10,7 +10,7 @@ metadata:
annotations
:
# This is what defines this resource as a hook. Without this line, the
# job is considered part of the release.
"
helm.sh/hook"
:
post-install
, post-upgrade
"
helm.sh/hook"
:
post-install
"
helm.sh/hook-weight"
:
"
5"
"
helm.sh/hook-delete-policy"
:
before-hook-creation
spec
:
...
...
@@ -25,7 +25,6 @@ spec:
"
sh"
,
"
-c"
,
"
cd
/var/www/Minds/engine
&&
php
./cli.php
install
--only=cassandra
--use-existing-settings=true
&&
php
./cli.php
install
--only=cockroach
--use-existing-settings=true
&&
php
./cli.php
install
--only=site
--use-existing-settings=true
\
--password='Pa$$w0rd'
\
--username=minds
\
...
...
This diff is collapsed.
Click to expand it.
minds/values.yaml
View file @
da02a61a
...
...
@@ -72,11 +72,15 @@ cassandra:
config
:
cluster_size
:
1
start_rpc
:
true
#max_heap_size: 512M
#heap_new_size: 256M
#resources:
#memory: "4Gi"
#cpu: 1
max_heap_size
:
512M
heap_new_size
:
256M
resources
:
requests
:
memory
:
1Gi
cpu
:
1
limits
:
memory
:
1Gi
cpu
:
1
keyspace
:
minds
username
:
cassandra
password
:
cassandra
...
...
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