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

fix: Update ingress.yaml #1517

Merged
merged 1 commit into from
Oct 26, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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