change ingress to tailscale

This commit is contained in:
2024-08-17 22:05:46 -05:00
parent 2cde3b0b99
commit 7168105632
2 changed files with 5 additions and 9 deletions

View File

@@ -19,4 +19,4 @@ dependencies:
repository: https://bjw-s.github.io/helm-charts/
version: 3.3.2
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/pgadmin.png
appVersion: "v8.8"
appVersion: "8.10"

View File

@@ -60,13 +60,9 @@ pgadmin4:
ingress:
main:
enabled: true
className: traefik
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.tls: "true"
cert-manager.io/cluster-issuer: letsencrypt-issuer
className: tailscale
hosts:
- host: pgadmin.alexlebens.net
- host: pgadmin-cl01tl
paths:
- path: /
pathType: Prefix
@@ -74,9 +70,9 @@ pgadmin4:
name: pgadmin
port: 80
tls:
- secretName: pgadmin-secret-tls
- secretName: pgadmin-cl01tl
hosts:
- pgadmin.alexlebens.net
- pgadmin-cl01tl
persistence:
data:
storageClass: ceph-block