From 0e8710542ff19bef87fa10f392e754fe1103d0eb Mon Sep 17 00:00:00 2001 From: Armand Leopold Date: Thu, 25 Mar 2021 15:50:20 +0100 Subject: [PATCH] debug ingress - service link --- charts/doccano/Chart.yaml | 2 +- charts/doccano/templates/ingress.yaml | 2 +- charts/doccano/templates/service.yaml | 2 +- charts/gitlabmonitor/Chart.yaml | 2 +- charts/gitlabmonitor/templates/ingress.yaml | 2 +- charts/gitlabmonitor/templates/service.yaml | 2 +- charts/hdm/Chart.yaml | 2 +- charts/hdm/templates/ingress.yaml | 2 +- charts/hdm/templates/service.yaml | 2 +- charts/job-orchestrator/Chart.yaml | 2 +- charts/job-orchestrator/templates/ingress.yaml | 2 +- charts/job-orchestrator/templates/service.yaml | 2 +- charts/redcap/Chart.yaml | 2 +- charts/redcap/templates/ingress.yaml | 2 +- charts/redcap/templates/service.yaml | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/charts/doccano/Chart.yaml b/charts/doccano/Chart.yaml index e2dea20..901aa4e 100644 --- a/charts/doccano/Chart.yaml +++ b/charts/doccano/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: doccano appVersion: 1.2.2 -version: 1.3.2 +version: 1.3.3 description: A Helm chart for doccano, Open source text annotation tool for machine learning practitioner. home: https://doccano.herokuapp.com/ icon: https://raw.githubusercontent.com/doccano/doccano/master/docs/images/logo/doccano.png diff --git a/charts/doccano/templates/ingress.yaml b/charts/doccano/templates/ingress.yaml index 94d1283..3d9cfe4 100644 --- a/charts/doccano/templates/ingress.yaml +++ b/charts/doccano/templates/ingress.yaml @@ -1,5 +1,5 @@ {{- if .Values.ingress.enabled -}} -{{- $serviceName := print .Release.Name "-" .Values.image.name "-" .Values.service.type | lower -}} +{{- $serviceName := print .Release.Name "-" .Values.image.name }} {{- $servicePort := print .Values.service.targetPort .Values.service.protocol | lower -}} apiVersion: networking.k8s.io/v1beta1 diff --git a/charts/doccano/templates/service.yaml b/charts/doccano/templates/service.yaml index 914af53..b8441c2 100644 --- a/charts/doccano/templates/service.yaml +++ b/charts/doccano/templates/service.yaml @@ -5,7 +5,7 @@ metadata: spec: type: {{ .Values.service.type }} ports: - - name: "http" + - name: {{ .Values.service.targetPort }}{{ .Values.service.protocol }} port: {{ .Values.service.targetPort }} protocol: {{ .Values.service.protocol }} targetPort: {{ .Values.service.targetPort }} diff --git a/charts/gitlabmonitor/Chart.yaml b/charts/gitlabmonitor/Chart.yaml index 4726eaa..6d51394 100644 --- a/charts/gitlabmonitor/Chart.yaml +++ b/charts/gitlabmonitor/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: gitlab-monitor description: A web-based monitor dashboard for GitLab CI appVersion: "1.7" -version: 1.2.7 +version: 1.2.8 home: https://github.com/timoschwarzer/gitlab-monitor icon: https://i.ibb.co/vVys3Yt/logo.png sources: diff --git a/charts/gitlabmonitor/templates/ingress.yaml b/charts/gitlabmonitor/templates/ingress.yaml index 94d1283..3d9cfe4 100644 --- a/charts/gitlabmonitor/templates/ingress.yaml +++ b/charts/gitlabmonitor/templates/ingress.yaml @@ -1,5 +1,5 @@ {{- if .Values.ingress.enabled -}} -{{- $serviceName := print .Release.Name "-" .Values.image.name "-" .Values.service.type | lower -}} +{{- $serviceName := print .Release.Name "-" .Values.image.name }} {{- $servicePort := print .Values.service.targetPort .Values.service.protocol | lower -}} apiVersion: networking.k8s.io/v1beta1 diff --git a/charts/gitlabmonitor/templates/service.yaml b/charts/gitlabmonitor/templates/service.yaml index 914af53..b8441c2 100644 --- a/charts/gitlabmonitor/templates/service.yaml +++ b/charts/gitlabmonitor/templates/service.yaml @@ -5,7 +5,7 @@ metadata: spec: type: {{ .Values.service.type }} ports: - - name: "http" + - name: {{ .Values.service.targetPort }}{{ .Values.service.protocol }} port: {{ .Values.service.targetPort }} protocol: {{ .Values.service.protocol }} targetPort: {{ .Values.service.targetPort }} diff --git a/charts/hdm/Chart.yaml b/charts/hdm/Chart.yaml index 2b287be..25bdbdb 100644 --- a/charts/hdm/Chart.yaml +++ b/charts/hdm/Chart.yaml @@ -3,7 +3,7 @@ name: hdm description: Helm chart for HDM (Health Data Metrics) a Data Quality assesment Application. type: application appVersion: 2.2.0 -version: 2.3.4 +version: 2.3.5 home: https://github.com/curie-data-factory/helm-charts/tree/master/charts/hdm icon: https://i.ibb.co/fqWJSVV/logo-hdm.png sources: diff --git a/charts/hdm/templates/ingress.yaml b/charts/hdm/templates/ingress.yaml index 94d1283..3d9cfe4 100644 --- a/charts/hdm/templates/ingress.yaml +++ b/charts/hdm/templates/ingress.yaml @@ -1,5 +1,5 @@ {{- if .Values.ingress.enabled -}} -{{- $serviceName := print .Release.Name "-" .Values.image.name "-" .Values.service.type | lower -}} +{{- $serviceName := print .Release.Name "-" .Values.image.name }} {{- $servicePort := print .Values.service.targetPort .Values.service.protocol | lower -}} apiVersion: networking.k8s.io/v1beta1 diff --git a/charts/hdm/templates/service.yaml b/charts/hdm/templates/service.yaml index 914af53..b8441c2 100644 --- a/charts/hdm/templates/service.yaml +++ b/charts/hdm/templates/service.yaml @@ -5,7 +5,7 @@ metadata: spec: type: {{ .Values.service.type }} ports: - - name: "http" + - name: {{ .Values.service.targetPort }}{{ .Values.service.protocol }} port: {{ .Values.service.targetPort }} protocol: {{ .Values.service.protocol }} targetPort: {{ .Values.service.targetPort }} diff --git a/charts/job-orchestrator/Chart.yaml b/charts/job-orchestrator/Chart.yaml index c08b1d4..fc6694d 100644 --- a/charts/job-orchestrator/Chart.yaml +++ b/charts/job-orchestrator/Chart.yaml @@ -3,7 +3,7 @@ name: job-orchestrator description: Helm Chart for Job Orchestrator, Help Manages jobs by connecting Gitlab Runners / Nexus Ressources with Kubernetes. type: application appVersion: 2.7.1 -version: 1.9.8 +version: 1.9.9 home: https://github.com/curie-data-factory/helm-charts/tree/master/charts/job-orchestrator icon: https://i.ibb.co/2sGpDKj/favicon.png sources: diff --git a/charts/job-orchestrator/templates/ingress.yaml b/charts/job-orchestrator/templates/ingress.yaml index 94d1283..3d9cfe4 100644 --- a/charts/job-orchestrator/templates/ingress.yaml +++ b/charts/job-orchestrator/templates/ingress.yaml @@ -1,5 +1,5 @@ {{- if .Values.ingress.enabled -}} -{{- $serviceName := print .Release.Name "-" .Values.image.name "-" .Values.service.type | lower -}} +{{- $serviceName := print .Release.Name "-" .Values.image.name }} {{- $servicePort := print .Values.service.targetPort .Values.service.protocol | lower -}} apiVersion: networking.k8s.io/v1beta1 diff --git a/charts/job-orchestrator/templates/service.yaml b/charts/job-orchestrator/templates/service.yaml index 914af53..b8441c2 100644 --- a/charts/job-orchestrator/templates/service.yaml +++ b/charts/job-orchestrator/templates/service.yaml @@ -5,7 +5,7 @@ metadata: spec: type: {{ .Values.service.type }} ports: - - name: "http" + - name: {{ .Values.service.targetPort }}{{ .Values.service.protocol }} port: {{ .Values.service.targetPort }} protocol: {{ .Values.service.protocol }} targetPort: {{ .Values.service.targetPort }} diff --git a/charts/redcap/Chart.yaml b/charts/redcap/Chart.yaml index 6d93597..a96902a 100644 --- a/charts/redcap/Chart.yaml +++ b/charts/redcap/Chart.yaml @@ -3,7 +3,7 @@ name: redcap description: Helm chart for RedCap, A CRF Application for survey research. type: application appVersion: 10.6.12 -version: 1.9.14 +version: 1.9.15 home: https://github.com/curie-data-factory/helm-charts/tree/master/charts/redcap icon: https://www.redcapbrasil.com.br/wp-content/uploads/2018/02/rbone.png sources: diff --git a/charts/redcap/templates/ingress.yaml b/charts/redcap/templates/ingress.yaml index 94d1283..3d9cfe4 100644 --- a/charts/redcap/templates/ingress.yaml +++ b/charts/redcap/templates/ingress.yaml @@ -1,5 +1,5 @@ {{- if .Values.ingress.enabled -}} -{{- $serviceName := print .Release.Name "-" .Values.image.name "-" .Values.service.type | lower -}} +{{- $serviceName := print .Release.Name "-" .Values.image.name }} {{- $servicePort := print .Values.service.targetPort .Values.service.protocol | lower -}} apiVersion: networking.k8s.io/v1beta1 diff --git a/charts/redcap/templates/service.yaml b/charts/redcap/templates/service.yaml index 914af53..b8441c2 100644 --- a/charts/redcap/templates/service.yaml +++ b/charts/redcap/templates/service.yaml @@ -5,7 +5,7 @@ metadata: spec: type: {{ .Values.service.type }} ports: - - name: "http" + - name: {{ .Values.service.targetPort }}{{ .Values.service.protocol }} port: {{ .Values.service.targetPort }} protocol: {{ .Values.service.protocol }} targetPort: {{ .Values.service.targetPort }}