Trying new names for chart in template

This commit is contained in:
Isaac Abadi
2020-12-31 15:32:07 -05:00
parent 85e2958be3
commit 9d6887a92c
4 changed files with 8 additions and 8 deletions

View File

@@ -2,9 +2,9 @@ apiVersion: v1
entries:
youtubedl-material:
- apiVersion: v1
created: "2020-12-31T15:22:31.8456098-05:00"
created: "2020-12-31T15:31:43.4246679-05:00"
description: A Material Design frontend for youtube-dl
digest: 2cbf64b27dd86d945ce3a0ae58b904c3b6a1858552f9fdbf1e213ea73afbcf18
digest: a2721c05b79a25a01749ecd1412497eae2af8fe5b9a927490141d604796dc8c2
home: https://github.com/Tzahi12345/YoutubeDL-Material/
icon: https://i.imgur.com/IKOlr0N.png
keywords:
@@ -19,4 +19,4 @@ entries:
urls:
- youtubedl-material-0.0.1.tgz
version: 0.0.1
generated: "2020-12-31T15:22:31.8445778-05:00"
generated: "2020-12-31T15:31:43.4236681-05:00"

View File

@@ -1,5 +1,5 @@
{{- if .Values.ingress.enabled -}}
{{- $fullName := include "youtubedl-material.fullname" . -}}
{{- $fullName := include "ytdl-material.fullname" . -}}
{{- $svcPort := .Values.service.port -}}
{{- if semverCompare ">=1.14-0" .Capabilities.KubeVersion.GitVersion -}}
apiVersion: networking.k8s.io/v1beta1
@@ -10,7 +10,7 @@ kind: Ingress
metadata:
name: {{ $fullName }}
labels:
{{- include "youtubedl-material.labels" . | nindent 4 }}
{{- include "ytdl-material.labels" . | nindent 4 }}
{{- with .Values.ingress.annotations }}
annotations:
{{- toYaml . | nindent 4 }}

View File

@@ -1,9 +1,9 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "youtubedl-material.fullname" . }}
name: {{ include "ytdl-material.fullname" . }}
labels:
{{- include "youtubedl-material.labels" . | nindent 4 }}
{{- include "ytdl-material.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
@@ -12,4 +12,4 @@ spec:
protocol: TCP
name: http
selector:
{{- include "youtubedl-material.selectorLabels" . | nindent 4 }}
{{- include "ytdl-material.selectorLabels" . | nindent 4 }}