add alternative tailscale ingress
This commit is contained in:
@@ -37,7 +37,7 @@ calibre-server:
|
||||
controller: main
|
||||
ports:
|
||||
http:
|
||||
port: 8080
|
||||
port: 80
|
||||
targetPort: 8080
|
||||
protocol: HTTP
|
||||
content:
|
||||
@@ -47,6 +47,21 @@ calibre-server:
|
||||
port: 8081
|
||||
targetPort: 8081
|
||||
protocol: HTTP
|
||||
ingress:
|
||||
tailscale:
|
||||
enabled: true
|
||||
className: tailscale
|
||||
hosts:
|
||||
- host: calibre-server-cl01tl
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
service:
|
||||
name: calibre-server-web
|
||||
port: 80
|
||||
tls:
|
||||
- hosts:
|
||||
- calibre-server-cl01tl
|
||||
persistence:
|
||||
config:
|
||||
storageClass: ceph-block
|
||||
|
Reference in New Issue
Block a user