Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1517 from sourirv/patch-1
Browse files Browse the repository at this point in the history
fix: Update ingress.yaml
  • Loading branch information
jandubois committed Oct 26, 2020
2 parents b1bee6c + 90a6cd7 commit 0d6c224
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chart/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,15 +151,15 @@ metadata:
{{- toYaml $service.annotations | nindent 4 }}
{{- end }}
labels:
app.kubernetes.io/component: ssh-proxy
app.kubernetes.io/component: scheduler
app.kubernetes.io/instance: {{ $root.Release.Name | quote }}
app.kubernetes.io/managed-by: {{ $root.Release.Service | quote }}
app.kubernetes.io/name: {{ default $root.Chart.Name $root.Values.nameOverride | trunc 63 | trimSuffix "-" | quote }}
app.kubernetes.io/version: {{ default $root.Chart.Version $root.Chart.AppVersion | quote }}
helm.sh/chart: {{ printf "%s-%s" $root.Chart.Name ($root.Chart.Version | replace "+" "_") | quote }}
spec:
selector:
app.kubernetes.io/component: ssh-proxy
app.kubernetes.io/component: scheduler
app.kubernetes.io/instance: {{ $root.Release.Name | quote }}
ports:
- name: ssh
Expand Down

0 comments on commit 0d6c224

Please sign in to comment.