change to tailscale ingress

This commit is contained in:
2024-08-15 18:20:44 -05:00
parent 6b412e0a09
commit 0d4230f98b
7 changed files with 63 additions and 63 deletions

View File

@@ -27,4 +27,4 @@ dependencies:
version: 3.8.4
repository: http://alexlebens.github.io/helm-charts
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/readarr.png
appVersion: 0.3.28.2554
appVersion: 0.3.32.2587

View File

@@ -108,25 +108,25 @@ readarr-books:
targetPort: 9796
protocol: TCP
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: readarr-books.alexlebens.net
paths:
- path: /
pathType: Prefix
service:
name: readarr-books
port: 80
tls:
- secretName: readarr-books-secret-tls
hosts:
- readarr-books.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: readarr-books.alexlebens.net
# paths:
# - path: /
# pathType: Prefix
# service:
# name: readarr-books
# port: 80
# tls:
# - secretName: readarr-books-secret-tls
# hosts:
# - readarr-books.alexlebens.net
tailscale:
enabled: true
className: tailscale