Skip to content

Commit

Permalink
debug ingress - service link
Browse files Browse the repository at this point in the history
  • Loading branch information
Armand Leopold committed Mar 25, 2021
1 parent c8344be commit 0e87105
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion charts/doccano/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/doccano/templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/doccano/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion charts/gitlabmonitor/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/gitlabmonitor/templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/gitlabmonitor/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion charts/hdm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/hdm/templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/hdm/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion charts/job-orchestrator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/job-orchestrator/templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/job-orchestrator/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion charts/redcap/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/redcap/templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/redcap/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 0e87105

Please sign in to comment.