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

@@ -31,4 +31,4 @@ dependencies:
version: 19.6.4
repository: https://charts.bitnami.com/bitnami
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/tube-archivist.png
appVersion: v0.4.8
appVersion: v0.4.10

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