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

View file

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

View file

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

View file

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

View file

@ -2,7 +2,10 @@ config:
description: Stream Music description: Stream Music
syncWave: 100 syncWave: 100
repo: k8s-at-home repo: k8s-at-home
apps: apps:
- name: navidrome - name: navidrome
chart: navidrome chart: navidrome
targetRevision: 6.1.0 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