add alternative tailscale ingress
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user