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/ repository: https://bjw-s.github.io/helm-charts/
version: 3.3.2 version: 3.3.2
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/pgadmin.png 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: ingress:
main: main:
enabled: true enabled: true
className: traefik className: tailscale
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.tls: "true"
cert-manager.io/cluster-issuer: letsencrypt-issuer
hosts: hosts:
- host: pgadmin.alexlebens.net - host: pgadmin-cl01tl
paths: paths:
- path: / - path: /
pathType: Prefix pathType: Prefix
@@ -74,9 +70,9 @@ pgadmin4:
name: pgadmin name: pgadmin
port: 80 port: 80
tls: tls:
- secretName: pgadmin-secret-tls - secretName: pgadmin-cl01tl
hosts: hosts:
- pgadmin.alexlebens.net - pgadmin-cl01tl
persistence: persistence:
data: data:
storageClass: ceph-block storageClass: ceph-block