Skip to content

Commit

Permalink
add global.ingressClassName anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
imgios authored May 7, 2024
1 parent 689e707 commit 8ebc2e7
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions servarr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ global:
# -- (string) Insert your storage class here, e.g.: &storageClassName network-block. Do not remove the `&storageClassName` anchor!
# @section -- Global
storageClassName: &storageClassName "network-block"
# -- (string) Insert your ingress class here, e.g.: &ingressClassName nginx. Do not remove the `&ingressCassName` anchor!
# @default -- No default value, leave empty to use the default Ingress Class.
# @section -- Global
ingressClassName: &ingressClassName
# -- (string) Insert your cert manager cluster issuer, e.g.: letsencrypt-cloudflare. Do not remove the `&issuer` anchor!
# @default -- No default value, leave empty if not required
# @section -- Global
Expand Down Expand Up @@ -467,7 +471,7 @@ issuer:
# @section -- Issuer
secretName: letsencrypt-prod
# @section -- Issuer
ingressClassName: nginx
ingressClassName: *ingressClassName
# -- Insert your CloudFlare key
# @section -- Issuer
cloudFlareKey:
Expand Down Expand Up @@ -530,7 +534,7 @@ sonarr:
expandObjectName: false
annotations:
cert-manager.io/cluster-issuer: *issuer
ingressClassName: "nginx"
ingressClassName: *ingressClassName
hosts:
- host: sonarr.local
paths:
Expand Down Expand Up @@ -604,7 +608,7 @@ radarr:
expandObjectName: false
annotations:
cert-manager.io/cluster-issuer: *issuer
ingressClassName: "nginx"
ingressClassName: *ingressClassName
hosts:
- host: radarr.local
paths:
Expand Down Expand Up @@ -699,7 +703,7 @@ jellyfin:
expandObjectName: false
annotations:
cert-manager.io/cluster-issuer: *issuer
ingressClassName: "nginx"
ingressClassName: *ingressClassName
hosts:
- host: jellyfin.local
paths:
Expand Down Expand Up @@ -787,7 +791,7 @@ jellyseerr:
expandObjectName: false
annotations:
cert-manager.io/cluster-issuer: *issuer
ingressClassName: "nginx"
ingressClassName: *ingressClassName
hosts:
- host: jellyseerr.local
paths:
Expand Down Expand Up @@ -852,7 +856,7 @@ qbittorrent:
expandObjectName: false
annotations:
cert-manager.io/cluster-issuer: *issuer
ingressClassName: "nginx"
ingressClassName: *ingressClassName
hosts:
- host: torrent.local
paths:
Expand Down Expand Up @@ -910,7 +914,7 @@ prowlarr:
expandObjectName: false
annotations:
cert-manager.io/cluster-issuer: *issuer
ingressClassName: "nginx"
ingressClassName: *ingressClassName
hosts:
- host: prowlarr.local
paths:
Expand Down

0 comments on commit 8ebc2e7

Please sign in to comment.