add alternative tailscale ingress
This commit is contained in:
@@ -26,4 +26,4 @@ dependencies:
|
||||
version: 3.8.4
|
||||
repository: http://alexlebens.github.io/helm-charts
|
||||
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/roundcube.png
|
||||
appVersion: 1.6.8
|
||||
appVersion: 1.6.8-fpm-alpine
|
||||
|
@@ -194,6 +194,20 @@ roundcube:
|
||||
- secretName: roundcube-secret-tls
|
||||
hosts:
|
||||
- mail.alexlebens.net
|
||||
tailscale:
|
||||
enabled: true
|
||||
className: tailscale
|
||||
hosts:
|
||||
- host: mail
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
service:
|
||||
name: mail
|
||||
port: 80
|
||||
tls:
|
||||
- hosts:
|
||||
- mail-cl01tl
|
||||
persistence:
|
||||
data:
|
||||
storageClass: ceph-block
|
||||
|
Reference in New Issue
Block a user