add alternative tailscale ingress
This commit is contained in:
@@ -35,4 +35,4 @@ dependencies:
|
||||
version: 3.8.4
|
||||
repository: http://alexlebens.github.io/helm-charts
|
||||
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/taiga.png
|
||||
appVersion: 6.7.7
|
||||
appVersion: 6.8.1
|
||||
|
@@ -359,6 +359,50 @@ taiga:
|
||||
- secretName: taiga-secret-tls
|
||||
hosts:
|
||||
- taiga.alexlebens.net
|
||||
tailscale:
|
||||
enabled: true
|
||||
className: tailscale
|
||||
hosts:
|
||||
- host: taiga-cl01tl
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
service:
|
||||
name: taiga-front
|
||||
port: 80
|
||||
- path: /api
|
||||
pathType: Prefix
|
||||
service:
|
||||
name: taiga-back
|
||||
port: 8000
|
||||
pathType: ImplementationSpecific
|
||||
- path: /admin
|
||||
pathType: Prefix
|
||||
service:
|
||||
name: taiga-back
|
||||
port: 8000
|
||||
pathType: ImplementationSpecific
|
||||
- path: /oidc
|
||||
pathType: Prefix
|
||||
service:
|
||||
name: taiga-back
|
||||
port: 8000
|
||||
pathType: ImplementationSpecific
|
||||
- path: /events
|
||||
pathType: Prefix
|
||||
service:
|
||||
name: taiga-events
|
||||
port: 8888
|
||||
pathType: ImplementationSpecific
|
||||
- path: /media
|
||||
pathType: Prefix
|
||||
service:
|
||||
name: taiga-protected
|
||||
port: 8003
|
||||
pathType: ImplementationSpecific
|
||||
tls:
|
||||
- hosts:
|
||||
- taiga-cl01tl
|
||||
persistence:
|
||||
static:
|
||||
existingClaim: taiga-static
|
||||
|
Reference in New Issue
Block a user