migrate ingress to tailscale

This commit is contained in:
2024-08-15 17:48:27 -05:00
parent 5100efe4a4
commit 6b412e0a09
11 changed files with 72 additions and 200 deletions

View File

@@ -124,24 +124,24 @@ qbittorrent:
targetPort: 9022
protocol: HTTP
ingress:
main:
className: traefik
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.tls: "true"
cert-manager.io/cluster-issuer: letsencrypt-issuer
hosts:
- host: qbittorrent.alexlebens.net
paths:
- path: /
pathType: Prefix
service:
name: qbittorrent
port: 8080
tls:
- secretName: qbittorrent-secret-tls
hosts:
- qbittorrent.alexlebens.net
# main:
# className: traefik
# annotations:
# traefik.ingress.kubernetes.io/router.entrypoints: websecure
# traefik.ingress.kubernetes.io/router.tls: "true"
# cert-manager.io/cluster-issuer: letsencrypt-issuer
# hosts:
# - host: qbittorrent.alexlebens.net
# paths:
# - path: /
# pathType: Prefix
# service:
# name: qbittorrent
# port: 8080
# tls:
# - secretName: qbittorrent-secret-tls
# hosts:
# - qbittorrent.alexlebens.net
tailscale:
enabled: true
className: tailscale