mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +00:00
Add ingress labels (#304)
This commit is contained in:
parent
8b5f091355
commit
ba69f7cbe2
@ -2,7 +2,7 @@ apiVersion: v1
|
||||
appVersion: v0.8.4.2-ls72
|
||||
description: Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements
|
||||
name: bazarr
|
||||
version: 2.0.0
|
||||
version: 2.0.1
|
||||
keywords:
|
||||
- bazarr
|
||||
- radarr
|
||||
|
@ -10,6 +10,7 @@ metadata:
|
||||
helm.sh/chart: {{ include "bazarr.chart" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
||||
{{ toYaml .Values.ingress.labels | nindent 4 }}
|
||||
{{- with .Values.ingress.annotations }}
|
||||
annotations:
|
||||
{{ toYaml . | indent 4 }}
|
||||
|
@ -54,6 +54,7 @@ ingress:
|
||||
annotations: {}
|
||||
# kubernetes.io/ingress.class: nginx
|
||||
# kubernetes.io/tls-acme: "true"
|
||||
labels: {}
|
||||
path: /
|
||||
hosts:
|
||||
- chart-example.local
|
||||
|
@ -2,7 +2,7 @@ apiVersion: v1
|
||||
appVersion: 7260c12f-ls33
|
||||
description: couchpotato is a movie downloading client
|
||||
name: couchpotato
|
||||
version: 1.0.0
|
||||
version: 1.0.1
|
||||
keywords:
|
||||
- couchpotato
|
||||
- usenet
|
||||
|
@ -10,6 +10,7 @@ metadata:
|
||||
helm.sh/chart: {{ include "couchpotato.chart" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
||||
{{ toYaml .Values.ingress.labels | nindent 4 }}
|
||||
{{- with .Values.ingress.annotations }}
|
||||
annotations:
|
||||
{{ toYaml . | indent 4 }}
|
||||
|
@ -54,6 +54,7 @@ ingress:
|
||||
annotations: {}
|
||||
# kubernetes.io/ingress.class: nginx
|
||||
# kubernetes.io/tls-acme: "true"
|
||||
labels: {}
|
||||
path: /
|
||||
hosts:
|
||||
- chart-example.local
|
||||
|
@ -2,7 +2,7 @@ apiVersion: v1
|
||||
appVersion: v2.0.5.1-2.0.5.1_beta_2020-01-18-ls58
|
||||
description: Store securely encrypted backups on cloud storage services!
|
||||
name: duplicati
|
||||
version: 1.0.0
|
||||
version: 1.0.1
|
||||
keywords:
|
||||
- duplicati
|
||||
home: https://github.com/billimek/billimek-charts/tree/master/charts/duplicati
|
||||
|
@ -10,6 +10,7 @@ metadata:
|
||||
helm.sh/chart: {{ include "duplicati.chart" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
||||
{{ toYaml .Values.ingress.labels | nindent 4 }}
|
||||
{{- with .Values.ingress.annotations }}
|
||||
annotations:
|
||||
{{ toYaml . | indent 4 }}
|
||||
|
@ -55,6 +55,7 @@ ingress:
|
||||
annotations: {}
|
||||
# kubernetes.io/ingress.class: nginx
|
||||
# kubernetes.io/tls-acme: "true"
|
||||
labels: {}
|
||||
path: /
|
||||
hosts:
|
||||
- chart-example.local
|
||||
|
@ -2,7 +2,7 @@ apiVersion: v1
|
||||
appVersion: v2.6.1
|
||||
description: ERP beyond your fridge - grocy is a web-based self-hosted groceries & household management solution for your home
|
||||
name: grocy
|
||||
version: 1.0.0
|
||||
version: 1.0.1
|
||||
keywords:
|
||||
- grocy
|
||||
home: https://github.com/billimek/billimek-charts/tree/master/charts/grocy
|
||||
|
@ -10,6 +10,7 @@ metadata:
|
||||
helm.sh/chart: {{ include "grocy.chart" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
||||
{{ toYaml .Values.ingress.labels | nindent 4 }}
|
||||
{{- with .Values.ingress.annotations }}
|
||||
annotations:
|
||||
{{ toYaml . | indent 4 }}
|
||||
|
@ -56,6 +56,7 @@ ingress:
|
||||
annotations: {}
|
||||
# kubernetes.io/ingress.class: nginx
|
||||
# kubernetes.io/tls-acme: "true"
|
||||
values: {}
|
||||
path: /
|
||||
hosts:
|
||||
- chart-example.local
|
||||
|
@ -2,7 +2,7 @@ apiVersion: v1
|
||||
appVersion: 2.2.2-ls84
|
||||
description: An Application dashboard and launcher
|
||||
name: heimdall
|
||||
version: 1.0.1
|
||||
version: 1.0.2
|
||||
keywords:
|
||||
- heimdall
|
||||
home: https://github.com/billimek/billimek-charts/tree/master/charts/heimdall
|
||||
|
@ -10,6 +10,7 @@ metadata:
|
||||
helm.sh/chart: {{ include "heimdall.chart" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
||||
{{ toYaml .Values.ingress.labels | nindent 4 }}
|
||||
{{- with .Values.ingress.annotations }}
|
||||
annotations:
|
||||
{{ toYaml . | indent 4 }}
|
||||
|
@ -54,6 +54,7 @@ ingress:
|
||||
annotations: {}
|
||||
# kubernetes.io/ingress.class: nginx
|
||||
# kubernetes.io/tls-acme: "true"
|
||||
labels: {}
|
||||
path: /
|
||||
hosts:
|
||||
- chart-example.local
|
||||
|
@ -2,7 +2,7 @@ apiVersion: v1
|
||||
appVersion: v0.13.446-ls55
|
||||
description: API Support for your favorite torrent trackers
|
||||
name: jackett
|
||||
version: 2.3.0
|
||||
version: 2.3.1
|
||||
keywords:
|
||||
- jackett
|
||||
- torrent
|
||||
|
@ -10,6 +10,7 @@ metadata:
|
||||
helm.sh/chart: {{ include "jackett.chart" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
||||
{{ toYaml .Values.ingress.labels | nindent 4 }}
|
||||
{{- with .Values.ingress.annotations }}
|
||||
annotations:
|
||||
{{ toYaml . | indent 4 }}
|
||||
|
@ -56,6 +56,7 @@ ingress:
|
||||
annotations: {}
|
||||
# kubernetes.io/ingress.class: nginx
|
||||
# kubernetes.io/tls-acme: "true"
|
||||
labels: {}
|
||||
path: /
|
||||
hosts:
|
||||
- chart-example.local
|
||||
|
@ -2,7 +2,7 @@ apiVersion: v1
|
||||
appVersion: v10.5.3-ls45
|
||||
description: Jellyfin is a Free Software Media System
|
||||
name: jellyfin
|
||||
version: 1.0.0
|
||||
version: 1.0.1
|
||||
keywords:
|
||||
- Jellyfin
|
||||
- mediaplayer
|
||||
|
@ -10,6 +10,7 @@ metadata:
|
||||
helm.sh/chart: {{ include "jellyfin.chart" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
||||
{{ toYaml .Values.ingress.labels | nindent 4 }}
|
||||
{{- with .Values.ingress.annotations }}
|
||||
annotations:
|
||||
{{ toYaml . | indent 4 }}
|
||||
|
@ -55,6 +55,7 @@ ingress:
|
||||
annotations: {}
|
||||
# kubernetes.io/ingress.class: nginx
|
||||
# kubernetes.io/tls-acme: "true"
|
||||
labels: {}
|
||||
path: /
|
||||
hosts:
|
||||
- chart-example.local
|
||||
|
@ -2,7 +2,7 @@ apiVersion: v1
|
||||
appVersion: 0.7.1.1381-ls7
|
||||
description: Looks and smells like Sonarr but made for music.
|
||||
name: lidarr
|
||||
version: 2.0.0
|
||||
version: 2.0.1
|
||||
keywords:
|
||||
- lidarr
|
||||
- usenet
|
||||
|
@ -10,6 +10,7 @@ metadata:
|
||||
helm.sh/chart: {{ include "lidarr.chart" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
||||
{{ toYaml .Values.ingress.labels | nindent 4 }}
|
||||
{{- with .Values.ingress.annotations }}
|
||||
annotations:
|
||||
{{ toYaml . | indent 4 }}
|
||||
|
@ -54,6 +54,7 @@ ingress:
|
||||
annotations: {}
|
||||
# kubernetes.io/ingress.class: nginx
|
||||
# kubernetes.io/tls-acme: "true"
|
||||
labels: {}
|
||||
path: /
|
||||
hosts:
|
||||
- chart-example.local
|
||||
|
@ -2,7 +2,7 @@ apiVersion: v1
|
||||
appVersion: v21.0-ls14
|
||||
description: NZBGet is a Usenet downloader client
|
||||
name: nzbget
|
||||
version: 3.3.0
|
||||
version: 3.3.1
|
||||
keywords:
|
||||
- nzbget
|
||||
- usenet
|
||||
|
@ -10,6 +10,7 @@ metadata:
|
||||
helm.sh/chart: {{ include "nzbget.chart" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
||||
{{ toYaml .Values.ingress.labels | nindent 4 }}
|
||||
{{- with .Values.ingress.annotations }}
|
||||
annotations:
|
||||
{{ toYaml . | indent 4 }}
|
||||
|
@ -54,6 +54,7 @@ ingress:
|
||||
annotations: {}
|
||||
# kubernetes.io/ingress.class: nginx
|
||||
# kubernetes.io/tls-acme: "true"
|
||||
labels: {}
|
||||
path: /
|
||||
hosts:
|
||||
- chart-example.local
|
||||
|
@ -2,7 +2,7 @@ apiVersion: v1
|
||||
appVersion: v2.22.2-ls9
|
||||
description: Usenet meta search
|
||||
name: nzbhydra2
|
||||
version: 2.3.0
|
||||
version: 2.3.1
|
||||
keywords:
|
||||
- nzbhydra2
|
||||
- usenet
|
||||
|
@ -10,6 +10,7 @@ metadata:
|
||||
helm.sh/chart: {{ include "nzbhydra2.chart" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
||||
{{ toYaml .Values.ingress.labels | nindent 4 }}
|
||||
{{- with .Values.ingress.annotations }}
|
||||
annotations:
|
||||
{{ toYaml . | indent 4 }}
|
||||
|
@ -56,6 +56,7 @@ ingress:
|
||||
annotations: {}
|
||||
# kubernetes.io/ingress.class: nginx
|
||||
# kubernetes.io/tls-acme: "true"
|
||||
labels: {}
|
||||
path: /
|
||||
hosts:
|
||||
- chart-example.local
|
||||
|
@ -2,7 +2,7 @@ apiVersion: v1
|
||||
appVersion: v3.0.4892-ls61
|
||||
description: Want a Movie or TV Show on Plex or Emby? Use Ombi!
|
||||
name: ombi
|
||||
version: 2.2.1
|
||||
version: 2.2.2
|
||||
keywords:
|
||||
- ombi
|
||||
- plex
|
||||
|
@ -10,6 +10,7 @@ metadata:
|
||||
helm.sh/chart: {{ include "ombi.chart" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
||||
{{ toYaml .Values.ingress.labels | nindent 4 }}
|
||||
{{- with .Values.ingress.annotations }}
|
||||
annotations:
|
||||
{{ toYaml . | indent 4 }}
|
||||
|
@ -60,6 +60,7 @@ ingress:
|
||||
annotations: {}
|
||||
# kubernetes.io/ingress.class: nginx
|
||||
# kubernetes.io/tls-acme: "true"
|
||||
labels: {}
|
||||
path: /
|
||||
hosts:
|
||||
- chart-example.local
|
||||
|
@ -2,7 +2,7 @@ apiVersion: v1
|
||||
appVersion: 14.2.0.99201912180418-6819-118af03ubuntu18.04.1-ls62
|
||||
description: qBittorrent is a cross-platform free and open-source BitTorrent client
|
||||
name: qbittorrent
|
||||
version: 3.2.0
|
||||
version: 3.2.1
|
||||
keywords:
|
||||
- qbittorrent
|
||||
- torrrent
|
||||
|
@ -10,6 +10,7 @@ metadata:
|
||||
helm.sh/chart: {{ include "qbittorrent.chart" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
||||
{{ toYaml .Values.ingress.labels | nindent 4 }}
|
||||
{{- with .Values.ingress.annotations }}
|
||||
annotations:
|
||||
{{ toYaml . | indent 4 }}
|
||||
|
@ -83,6 +83,7 @@ ingress:
|
||||
annotations: {}
|
||||
# kubernetes.io/ingress.class: nginx
|
||||
# kubernetes.io/tls-acme: "true"
|
||||
labels: {}
|
||||
path: /
|
||||
hosts:
|
||||
- chart-example.local
|
||||
|
@ -2,7 +2,7 @@ apiVersion: v1
|
||||
appVersion: v0.2.0.1480-ls58
|
||||
description: Radarr is a movie downloading client
|
||||
name: radarr
|
||||
version: 4.1.1
|
||||
version: 4.1.2
|
||||
keywords:
|
||||
- radarr
|
||||
- usenet
|
||||
|
@ -10,6 +10,7 @@ metadata:
|
||||
helm.sh/chart: {{ include "radarr.chart" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
||||
{{ toYaml .Values.ingress.labels | nindent 4 }}
|
||||
{{- with .Values.ingress.annotations }}
|
||||
annotations:
|
||||
{{ toYaml . | indent 4 }}
|
||||
|
@ -72,6 +72,7 @@ ingress:
|
||||
annotations: {}
|
||||
# kubernetes.io/ingress.class: nginx
|
||||
# kubernetes.io/tls-acme: "true"
|
||||
labels: {}
|
||||
path: /
|
||||
hosts:
|
||||
- chart-example.local
|
||||
|
@ -2,7 +2,7 @@ apiVersion: v1
|
||||
appVersion: 2.3.9
|
||||
description: Free and easy binary newsreader
|
||||
name: sabnzbd
|
||||
version: 1.0.0
|
||||
version: 1.0.1
|
||||
keywords:
|
||||
- sabnzbd
|
||||
- usenet
|
||||
|
@ -10,6 +10,7 @@ metadata:
|
||||
helm.sh/chart: {{ include "sabnzbd.chart" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
||||
{{ toYaml .Values.ingress.labels | nindent 4 }}
|
||||
{{- with .Values.ingress.annotations }}
|
||||
annotations:
|
||||
{{ toYaml . | indent 4 }}
|
||||
|
@ -54,6 +54,7 @@ ingress:
|
||||
annotations: {}
|
||||
# kubernetes.io/ingress.class: nginx
|
||||
# kubernetes.io/tls-acme: "true"
|
||||
labels: {}
|
||||
path: /
|
||||
hosts:
|
||||
- chart-example.local
|
||||
|
@ -2,7 +2,7 @@ apiVersion: v1
|
||||
appVersion: 2.0.0.5344-ls60
|
||||
description: Sonarr is a television show downloading client
|
||||
name: sonarr
|
||||
version: 4.1.1
|
||||
version: 4.1.2
|
||||
keywords:
|
||||
- sonarr
|
||||
- usenet
|
||||
|
@ -10,6 +10,7 @@ metadata:
|
||||
helm.sh/chart: {{ include "sonarr.chart" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
||||
{{ toYaml .Values.ingress.labels | nindent 4 }}
|
||||
{{- with .Values.ingress.annotations }}
|
||||
annotations:
|
||||
{{ toYaml . | indent 4 }}
|
||||
|
@ -74,6 +74,7 @@ ingress:
|
||||
annotations: {}
|
||||
# kubernetes.io/ingress.class: nginx
|
||||
# kubernetes.io/tls-acme: "true"
|
||||
labels: {}
|
||||
path: /
|
||||
hosts:
|
||||
- chart-example.local
|
||||
|
@ -2,7 +2,7 @@ apiVersion: v1
|
||||
appVersion: v2.1.44-ls34
|
||||
description: A Python based monitoring and tracking tool for Plex Media Server.
|
||||
name: tautulli
|
||||
version: 2.3.0
|
||||
version: 2.3.1
|
||||
keywords:
|
||||
- tautulli
|
||||
- plex
|
||||
|
@ -10,6 +10,7 @@ metadata:
|
||||
helm.sh/chart: {{ include "tautulli.chart" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
||||
{{ toYaml .Values.ingress.labels | nindent 4 }}
|
||||
{{- with .Values.ingress.annotations }}
|
||||
annotations:
|
||||
{{ toYaml . | indent 4 }}
|
||||
|
@ -54,6 +54,7 @@ ingress:
|
||||
annotations: {}
|
||||
# kubernetes.io/ingress.class: nginx
|
||||
# kubernetes.io/tls-acme: "true"
|
||||
labels: {}
|
||||
path: /
|
||||
hosts:
|
||||
- chart-example.local
|
||||
|
Loading…
Reference in New Issue
Block a user