From 55ad5b26fb6be9f189add8b4dfaeb215645471a7 Mon Sep 17 00:00:00 2001 From: Fleur Kelpin Date: Sat, 29 Sep 2018 13:57:57 +0200 Subject: [PATCH] fix (molgenis): Add maintainers and home and fix indentation --- charts/molgenis/Chart.yaml | 6 +++++- charts/molgenis/values.yaml | 12 ++++++------ 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/charts/molgenis/Chart.yaml b/charts/molgenis/Chart.yaml index cde7e05..3999c48 100644 --- a/charts/molgenis/Chart.yaml +++ b/charts/molgenis/Chart.yaml @@ -5,4 +5,8 @@ name: molgenis version: 0.4.3 sources: - https://git.webhosting.rug.nl/molgenis/molgenis-ops-docker-helm.git -icon: https://git.webhosting.rug.nl/molgenis/molgenis-ops-docker-helm/raw/master/molgenis/catalogIcon-molgenis.svg \ No newline at end of file +icon: https://git.webhosting.rug.nl/molgenis/molgenis-ops-docker-helm/raw/master/molgenis/catalogIcon-molgenis.svg +home: http://molgenis.org +maintainers: +- name: sidohaakma +- name: fdlk diff --git a/charts/molgenis/values.yaml b/charts/molgenis/values.yaml index c9fa30c..e9ddb99 100644 --- a/charts/molgenis/values.yaml +++ b/charts/molgenis/values.yaml @@ -64,12 +64,12 @@ elasticsearch: javaOpts: "-Xms1g -Xmx1g" clusterName: molgenis resources: - limits: - cpu: 2 - memory: 3Gi - requests: - cpu: 100m - memory: 1Gi + limits: + cpu: 2 + memory: 3Gi + requests: + cpu: 100m + memory: 1Gi persistence: claim: elasticsearch-nfs-claim size: 5Gi