From 04d5a3113cba731ce90dd89ac2029a626355fd61 Mon Sep 17 00:00:00 2001 From: sido Date: Tue, 29 May 2018 07:45:21 +0200 Subject: [PATCH] chore(structure): updated directory structure for Rancher --- {jenkins => charts/jenkins/v1.0.0}/.helmignore | 0 {jenkins => charts/jenkins/v1.0.0}/Chart.yaml | 0 .../jenkins/v1.0.0}/catalogIcon-molgenis-jenkins.svg | 0 {jenkins => charts/jenkins/v1.0.0}/templates/NOTES.txt | 0 {jenkins => charts/jenkins/v1.0.0}/templates/_helpers.tpl | 0 {jenkins => charts/jenkins/v1.0.0}/templates/deployment.yaml | 2 +- {jenkins => charts/jenkins/v1.0.0}/templates/ingress.yaml | 0 {jenkins => charts/jenkins/v1.0.0}/templates/service.yaml | 0 {jenkins => charts/jenkins/v1.0.0}/values.yaml | 2 +- {nexus => charts/nexus/v1.0.0}/.helmignore | 0 {nexus => charts/nexus/v1.0.0}/Chart.yaml | 0 {nexus => charts/nexus/v1.0.0}/catalogIcon-molgenis-nexus.svg | 0 {nexus => charts/nexus/v1.0.0}/templates/NOTES.txt | 0 {nexus => charts/nexus/v1.0.0}/templates/_helpers.tpl | 0 {nexus => charts/nexus/v1.0.0}/templates/deployment.yaml | 0 {nexus => charts/nexus/v1.0.0}/templates/ingress.yaml | 0 {nexus => charts/nexus/v1.0.0}/templates/service.yaml | 0 {nexus => charts/nexus/v1.0.0}/values.yaml | 0 18 files changed, 2 insertions(+), 2 deletions(-) rename {jenkins => charts/jenkins/v1.0.0}/.helmignore (100%) rename {jenkins => charts/jenkins/v1.0.0}/Chart.yaml (100%) rename {jenkins => charts/jenkins/v1.0.0}/catalogIcon-molgenis-jenkins.svg (100%) rename {jenkins => charts/jenkins/v1.0.0}/templates/NOTES.txt (100%) rename {jenkins => charts/jenkins/v1.0.0}/templates/_helpers.tpl (100%) rename {jenkins => charts/jenkins/v1.0.0}/templates/deployment.yaml (97%) rename {jenkins => charts/jenkins/v1.0.0}/templates/ingress.yaml (100%) rename {jenkins => charts/jenkins/v1.0.0}/templates/service.yaml (100%) rename {jenkins => charts/jenkins/v1.0.0}/values.yaml (97%) rename {nexus => charts/nexus/v1.0.0}/.helmignore (100%) rename {nexus => charts/nexus/v1.0.0}/Chart.yaml (100%) rename {nexus => charts/nexus/v1.0.0}/catalogIcon-molgenis-nexus.svg (100%) rename {nexus => charts/nexus/v1.0.0}/templates/NOTES.txt (100%) rename {nexus => charts/nexus/v1.0.0}/templates/_helpers.tpl (100%) rename {nexus => charts/nexus/v1.0.0}/templates/deployment.yaml (100%) rename {nexus => charts/nexus/v1.0.0}/templates/ingress.yaml (100%) rename {nexus => charts/nexus/v1.0.0}/templates/service.yaml (100%) rename {nexus => charts/nexus/v1.0.0}/values.yaml (100%) diff --git a/jenkins/.helmignore b/charts/jenkins/v1.0.0/.helmignore similarity index 100% rename from jenkins/.helmignore rename to charts/jenkins/v1.0.0/.helmignore diff --git a/jenkins/Chart.yaml b/charts/jenkins/v1.0.0/Chart.yaml similarity index 100% rename from jenkins/Chart.yaml rename to charts/jenkins/v1.0.0/Chart.yaml diff --git a/jenkins/catalogIcon-molgenis-jenkins.svg b/charts/jenkins/v1.0.0/catalogIcon-molgenis-jenkins.svg similarity index 100% rename from jenkins/catalogIcon-molgenis-jenkins.svg rename to charts/jenkins/v1.0.0/catalogIcon-molgenis-jenkins.svg diff --git a/jenkins/templates/NOTES.txt b/charts/jenkins/v1.0.0/templates/NOTES.txt similarity index 100% rename from jenkins/templates/NOTES.txt rename to charts/jenkins/v1.0.0/templates/NOTES.txt diff --git a/jenkins/templates/_helpers.tpl b/charts/jenkins/v1.0.0/templates/_helpers.tpl similarity index 100% rename from jenkins/templates/_helpers.tpl rename to charts/jenkins/v1.0.0/templates/_helpers.tpl diff --git a/jenkins/templates/deployment.yaml b/charts/jenkins/v1.0.0/templates/deployment.yaml similarity index 97% rename from jenkins/templates/deployment.yaml rename to charts/jenkins/v1.0.0/templates/deployment.yaml index 619efce..fbcd510 100644 --- a/jenkins/templates/deployment.yaml +++ b/charts/jenkins/v1.0.0/templates/deployment.yaml @@ -25,7 +25,7 @@ spec: imagePullPolicy: {{ .Values.image.pullPolicy }} ports: - name: http - containerPort: 80 + containerPort: 8080 protocol: TCP livenessProbe: httpGet: diff --git a/jenkins/templates/ingress.yaml b/charts/jenkins/v1.0.0/templates/ingress.yaml similarity index 100% rename from jenkins/templates/ingress.yaml rename to charts/jenkins/v1.0.0/templates/ingress.yaml diff --git a/jenkins/templates/service.yaml b/charts/jenkins/v1.0.0/templates/service.yaml similarity index 100% rename from jenkins/templates/service.yaml rename to charts/jenkins/v1.0.0/templates/service.yaml diff --git a/jenkins/values.yaml b/charts/jenkins/v1.0.0/values.yaml similarity index 97% rename from jenkins/values.yaml rename to charts/jenkins/v1.0.0/values.yaml index f1568aa..fb0eb38 100644 --- a/jenkins/values.yaml +++ b/charts/jenkins/v1.0.0/values.yaml @@ -20,7 +20,7 @@ ingress: # kubernetes.io/tls-acme: "true" path: / hosts: - - chart-example.local + - registry.molgenis.local tls: [] # - secretName: chart-example-tls # hosts: diff --git a/nexus/.helmignore b/charts/nexus/v1.0.0/.helmignore similarity index 100% rename from nexus/.helmignore rename to charts/nexus/v1.0.0/.helmignore diff --git a/nexus/Chart.yaml b/charts/nexus/v1.0.0/Chart.yaml similarity index 100% rename from nexus/Chart.yaml rename to charts/nexus/v1.0.0/Chart.yaml diff --git a/nexus/catalogIcon-molgenis-nexus.svg b/charts/nexus/v1.0.0/catalogIcon-molgenis-nexus.svg similarity index 100% rename from nexus/catalogIcon-molgenis-nexus.svg rename to charts/nexus/v1.0.0/catalogIcon-molgenis-nexus.svg diff --git a/nexus/templates/NOTES.txt b/charts/nexus/v1.0.0/templates/NOTES.txt similarity index 100% rename from nexus/templates/NOTES.txt rename to charts/nexus/v1.0.0/templates/NOTES.txt diff --git a/nexus/templates/_helpers.tpl b/charts/nexus/v1.0.0/templates/_helpers.tpl similarity index 100% rename from nexus/templates/_helpers.tpl rename to charts/nexus/v1.0.0/templates/_helpers.tpl diff --git a/nexus/templates/deployment.yaml b/charts/nexus/v1.0.0/templates/deployment.yaml similarity index 100% rename from nexus/templates/deployment.yaml rename to charts/nexus/v1.0.0/templates/deployment.yaml diff --git a/nexus/templates/ingress.yaml b/charts/nexus/v1.0.0/templates/ingress.yaml similarity index 100% rename from nexus/templates/ingress.yaml rename to charts/nexus/v1.0.0/templates/ingress.yaml diff --git a/nexus/templates/service.yaml b/charts/nexus/v1.0.0/templates/service.yaml similarity index 100% rename from nexus/templates/service.yaml rename to charts/nexus/v1.0.0/templates/service.yaml diff --git a/nexus/values.yaml b/charts/nexus/v1.0.0/values.yaml similarity index 100% rename from nexus/values.yaml rename to charts/nexus/v1.0.0/values.yaml