add alternative tailscale ingress
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
penpot:
|
||||
defaultPodOptions:
|
||||
securityContext:
|
||||
fsGroup: 1001
|
||||
fsGroup: 1001
|
||||
affinity:
|
||||
podAffinity:
|
||||
requiredDuringSchedulingIgnoredDuringExecution:
|
||||
@@ -300,6 +300,20 @@ penpot:
|
||||
- secretName: penpot-secret-tls
|
||||
hosts:
|
||||
- penpot.alexlebens.net
|
||||
tailscale:
|
||||
enabled: true
|
||||
className: tailscale
|
||||
hosts:
|
||||
- host: penpot-cl01tl
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
service:
|
||||
name: penpot-frontend
|
||||
port: 80
|
||||
tls:
|
||||
- hosts:
|
||||
- penpot-cl01tl
|
||||
persistence:
|
||||
data:
|
||||
storageClass: ceph-block
|
||||
|
Reference in New Issue
Block a user