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