add alternative tailscale ingress
This commit is contained in:
@@ -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