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