Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add global.ingressClassName anchor without default value #31

Merged
merged 8 commits into from
May 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 11 additions & 8 deletions .github/ci/ci-values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
global:
apikey: &apikey "gs12345678fc4923f1dm45b5a71098s2"
storageClassName: &storageClassName "longhorn"
ingressClassName: &ingressClassName "nginx"
certManagerClusterIssuer: &issuer "letsencrypt-cloudflare"

metrics:
Expand All @@ -17,6 +18,8 @@ dash:
username: admin
password: str0ngP4ssw0rd.
mail: [email protected]
countryCode: "US"
preferredLanguage: "en"

torrent:
username: admin
Expand Down Expand Up @@ -254,7 +257,7 @@ issuer:
server: https://acme-v02.api.letsencrypt.org/directory
email: [email protected]
secretName: letsencrypt-prod
ingressClassName: nginx
ingressClassName: *ingressClassName
cloudFlareKey: wda9d2W_p290dkawWEo102kl1plWpo123l

volumes:
Expand Down Expand Up @@ -288,7 +291,7 @@ sonarr:
expandObjectName: false
annotations:
cert-manager.io/cluster-issuer: *issuer
ingressClassName: "nginx"
ingressClassName: *ingressClassName
hosts:
- host: sonarr.media.local
paths:
Expand Down Expand Up @@ -354,7 +357,7 @@ radarr:
expandObjectName: false
annotations:
cert-manager.io/cluster-issuer: *issuer
ingressClassName: "nginx"
ingressClassName: *ingressClassName
hosts:
- host: radarr.media.local
paths:
Expand Down Expand Up @@ -447,7 +450,7 @@ jellyfin:
expandObjectName: false
annotations:
cert-manager.io/cluster-issuer: *issuer
ingressClassName: "nginx"
ingressClassName: *ingressClassName
hosts:
- host: jellyfin.media.local
paths:
Expand Down Expand Up @@ -533,7 +536,7 @@ jellyseerr:
expandObjectName: false
annotations:
cert-manager.io/cluster-issuer: *issuer
ingressClassName: "nginx"
ingressClassName: *ingressClassName
hosts:
- host: jellyseerr.media.local
paths:
Expand Down Expand Up @@ -572,8 +575,8 @@ jellyseerr:
main:
mountPath: /mnt/media

# $QBITTORRENT__USE_PROFILE
qbittorrent:
csrf_protection: false
metrics:
main:
enabled: *metricsEnabled
Expand All @@ -592,7 +595,7 @@ qbittorrent:
expandObjectName: false
annotations:
cert-manager.io/cluster-issuer: *issuer
ingressClassName: "nginx"
ingressClassName: *ingressClassName
hosts:
- host: torrent.media.local
paths:
Expand Down Expand Up @@ -648,7 +651,7 @@ prowlarr:
expandObjectName: false
annotations:
cert-manager.io/cluster-issuer: *issuer
ingressClassName: "nginx"
ingressClassName: *ingressClassName
hosts:
- host: prowlarr.media.local
paths:
Expand Down
1 change: 1 addition & 0 deletions servarr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ Servarr complete Helm Chart for Kubernetes
|-----|------|---------|-------------|
| global.apikey | string | No default value is configured for security reasons | Insert your Prowlarr, Sonarr, Radarr API key here (one to rule them all!). Do not remove the `&apikey` anchor! |
| global.certManagerClusterIssuer | string | No default value, leave empty if not required | Insert your cert manager cluster issuer, e.g.: letsencrypt-cloudflare. Do not remove the `&issuer` anchor! |
| global.ingressClassName | string | nginx | Insert your ingress class here, e.g.: &ingressClassName nginx. Do not remove the `&ingressCassName` anchor, and do not leave the anchor value empty, otherwise you will face a `null` value error! |
| global.storageClassName | string | `"network-block"` | Insert your storage class here, e.g.: &storageClassName network-block. Do not remove the `&storageClassName` anchor! |

### Prowlarr
Expand Down
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, and do not leave the anchor value empty, otherwise you will face a `null` value error!
# @default -- nginx
# @section -- Global
ingressClassName: &ingressClassName "nginx"
# -- (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