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

@@ -19,4 +19,4 @@ dependencies:
repository: https://bjw-s.github.io/helm-charts/
version: 3.3.2
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/prowlarr.png
appVersion: 1.18.0.4543
appVersion: 1.21.2.4649

View File

@@ -57,25 +57,25 @@ prowlarr:
targetPort: 9696
protocol: HTTP
ingress:
main:
enabled: true
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: prowlarr.alexlebens.net
paths:
- path: /
pathType: Prefix
service:
name: prowlarr
port: 80
tls:
- secretName: prowlarr-secret-tls
hosts:
- prowlarr.alexlebens.net
# main:
# enabled: true
# 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: prowlarr.alexlebens.net
# paths:
# - path: /
# pathType: Prefix
# service:
# name: prowlarr
# port: 80
# tls:
# - secretName: prowlarr-secret-tls
# hosts:
# - prowlarr.alexlebens.net
tailscale:
enabled: true
className: tailscale