add alternative tailscale ingress
This commit is contained in:
@@ -101,6 +101,21 @@ koel:
|
||||
port: 80
|
||||
targetPort: 80
|
||||
protocol: HTTP
|
||||
ingress:
|
||||
tailscale:
|
||||
enabled: true
|
||||
className: tailscale
|
||||
hosts:
|
||||
- host: koel-cl01tl
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
service:
|
||||
name: koel
|
||||
port: 80
|
||||
tls:
|
||||
- hosts:
|
||||
- koel-cl01tl
|
||||
persistence:
|
||||
covers:
|
||||
storageClass: ceph-block
|
||||
|
Reference in New Issue
Block a user