add alternative tailscale ingress
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user