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

@@ -28,7 +28,7 @@ tubearchivist:
controller: main
ports:
http:
port: 8000
port: 80
targetPort: 8000
protocol: HTTP
ingress:
@@ -45,11 +45,25 @@ tubearchivist:
pathType: Prefix
service:
name: tubearchivist
port: 8000
port: 80
tls:
- secretName: tubearchivist-secret-tls
hosts:
- tubearchivist.alexlebens.net
tailscale:
enabled: true
className: tailscale
hosts:
- host: tubearchivist
paths:
- path: /
pathType: Prefix
service:
name: tubearchivist
port: 80
tls:
- hosts:
- tubearchivist-cl01tl
persistence:
cache:
type: emptyDir