add tailscale ingress

This commit is contained in:
2024-08-14 15:19:14 -05:00
parent bc2e444536
commit 1539c0c2ee
13 changed files with 271 additions and 6 deletions

View File

@@ -30,7 +30,7 @@ readarr-books:
- name: READARR__POSTGRES_LOG_DB
value: readarr-log
- name: READARR__POSTGRES_CACHE_DB
value: readarr-cache
value: readarr-cache
- name: READARR__POSTGRES_HOST
valueFrom:
secretKeyRef:
@@ -127,6 +127,20 @@ readarr-books:
- secretName: readarr-books-secret-tls
hosts:
- readarr-books.alexlebens.net
tailscale:
enabled: true
className: tailscale
hosts:
- host: readarr-books.cl01tl
paths:
- path: /
pathType: Prefix
service:
name: readarr-books
port: 80
tls:
- hosts:
- readarr-books.cl01tl
persistence:
config:
storageClass: ceph-block