Skip to content

Commit

Permalink
chore: change qbit domain
Browse files Browse the repository at this point in the history
  • Loading branch information
fr3fou committed Dec 15, 2024
1 parent e3f3a97 commit e616eff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/qbittorrent/qbittorrent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ spec:
ingress:
main:
enabled: true
ingressClassName: "nginx"
className: "nginx"
annotations:
nginx.ingress.kubernetes.io/whitelist-source-range: ${PRIVATE_WHITELIST}
nginx.ingress.kubernetes.io/proxy-body-size: "5000m"
Expand All @@ -86,7 +86,7 @@ spec:
hajimari.io/enable: "true"
hajimari.io/icon: cloud-download
hosts:
- host: &qbittorrent-host "qb.${PERSONAL_DOMAIN}"
- host: &qbittorrent-host "qbit.${PERSONAL_DOMAIN}"
paths:
- path: /
service:
Expand Down

0 comments on commit e616eff

Please sign in to comment.