Fix: IngressClassName

This commit is contained in:
nold 2022-01-05 20:42:55 +01:00
parent 05d95b721e
commit 125bd9708f
6 changed files with 38 additions and 0 deletions

View file

@ -2,11 +2,15 @@ config:
description: Arrr I'm a pirate!
syncWave: 100
repo: k8s-at-home
apps:
- name: ombi
namespace: ombi
chart: ombi
targetRevision: 11.1.0
include:
- ingress-internal
- name: jackett
namespace: jackett
chart: jackett
@ -14,6 +18,8 @@ apps:
include:
- noRoot
- tmpdirs
- ingress-internal
- name: sonarr
namespace: sonarr
chart: sonarr
@ -21,6 +27,8 @@ apps:
include:
- noRoot
- tmpdirs
- ingress-internal
- name: radarr
namespace: radarr
chart: radarr
@ -28,6 +36,8 @@ apps:
include:
- noRoot
- tmpdirs
- ingress-internal
- name: lidarr
namespace: lidarr
chart: lidarr
@ -35,15 +45,20 @@ apps:
include:
- noRoot
- tmpdirs
- ingress-internal
- name: bazarr
chart: bazarr
targetRevision: 10.2.0
include:
- noRoot
- tmpdirs
- ingress-internal
- name: unpackerr
chart: unpackerr
targetRevision: 5.1.0
include:
- noRoot
- tmpdirs
- ingress-internal

View file

@ -10,11 +10,20 @@ apps:
keys:
- VPN_AUTH
- vpnConfigfile
include:
- ingress-internal
- name: youtubedl
repoURL: https://k8s-at-home.com/charts/
chart: youtubedl-material
targetRevision: 4.1.0
include:
- ingress-internal
- name: pyload
repoURL: https://k8s-at-home.com/charts/
chart: pyload
targetRevision: 6.1.0
include:
- ingress-internal

View file

@ -2,6 +2,7 @@ config:
description: Home Automation
syncWave: 100
repo: k8s-at-home
apps:
- name: homeassistant
chart: home-assistant
@ -12,3 +13,5 @@ apps:
- postgresql-username
- postgresql-password
- postgresql-postgres-password
include:
- ingress-internal

View file

@ -5,3 +5,5 @@ apps:
repoURL: https://k8s-at-home.com/charts/
chart: homer
targetRevision: 7.0.0
include:
- ingress-internal

View file

@ -2,7 +2,10 @@ config:
description: Stream Music
syncWave: 100
repo: k8s-at-home
apps:
- name: navidrome
chart: navidrome
targetRevision: 6.1.0
include:
- ingress-internal

View file

@ -0,0 +1,6 @@
ingress:
main:
annotations:
cert-manager.io/cluster-issuer: vault-issuer
traefik.ingress.kubernetes.io/router.tls: 'true'
ingressClassName: ingress-internal-traefik