add alternative tailscale ingress

This commit is contained in:
2024-08-15 21:05:21 -05:00
parent 784917ec7e
commit 9dc720c4b0
21 changed files with 268 additions and 19 deletions

View File

@@ -231,7 +231,7 @@ app-template:
key: password
resources:
limits:
cpu: 5000m
cpu: 5000m
requests:
cpu: 100m
memory: 128Mi
@@ -333,6 +333,26 @@ app-template:
port: 7666
targetPort: 7666
protocol: HTTP
ingress:
tailscale:
enabled: true
className: tailscale
hosts:
- host: kyoo-cl01tl
paths:
- path: /
pathType: Prefix
service:
name: kyoo-front
port: 8901
- path: /api/
pathType: Prefix
service:
name: kyoo-back
port: 5000
tls:
- hosts:
- kyoo-cl01tl
persistence:
back:
storageClass: ceph-block