add alternative tailscale ingress

This commit is contained in:
2024-08-15 21:05:21 -05:00
parent 784917ec7e
commit 9dc720c4b0
21 changed files with 268 additions and 19 deletions

View File

@@ -25,7 +25,7 @@ app-template:
controller: main
ports:
http:
port: 5055
port: 80
targetPort: 5055
protocol: HTTP
ingress:
@@ -42,11 +42,25 @@ app-template:
pathType: Prefix
service:
name: overseerr
port: 5055
port: 80
tls:
- secretName: overseerr-secret-tls
hosts:
- overseerr.alexlebens.net
tailscale:
enabled: true
className: tailscale
hosts:
- host: overseerr-cl01tl
paths:
- path: /
pathType: Prefix
service:
name: overseerr
port: 80
tls:
- hosts:
- overseerr-cl01tl
persistence:
main:
storageClass: ceph-block