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

@@ -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/penpot.png
appVersion: 2.0.3
appVersion: 2.1.1

View File

@@ -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