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

@@ -26,4 +26,4 @@ dependencies:
version: 1.1.2
repository: https://homeylab.github.io/helm-charts/
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/tdarr.png
appVersion: 2.20.01
appVersion: 2.24.03

View File

@@ -96,24 +96,24 @@ tdarr:
targetPort: 8265
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: tdarr.alexlebens.net
paths:
- path: /
pathType: Prefix
service:
name: tdarr-web
port: 8265
tls:
- secretName: tdarr-secret-tls
hosts:
- tdarr.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: tdarr.alexlebens.net
# paths:
# - path: /
# pathType: Prefix
# service:
# name: tdarr-web
# port: 8265
# tls:
# - secretName: tdarr-secret-tls
# hosts:
# - tdarr.alexlebens.net
tailscale:
enabled: true
className: tailscale