mirror of
https://github.com/nold360/hive-apps
synced 2024-11-19 03:59:31 +00:00
Fix: IngressClassName
This commit is contained in:
parent
05d95b721e
commit
125bd9708f
6 changed files with 38 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -5,3 +5,5 @@ apps:
|
|||
repoURL: https://k8s-at-home.com/charts/
|
||||
chart: homer
|
||||
targetRevision: 7.0.0
|
||||
include:
|
||||
- ingress-internal
|
||||
|
|
|
@ -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
|
||||
|
|
6
resources/snippets/ingress-internal.yaml
Normal file
6
resources/snippets/ingress-internal.yaml
Normal 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
|
Loading…
Reference in a new issue