migrate ingress to tailscale
This commit is contained in:
		@@ -25,4 +25,4 @@ dependencies:
 | 
			
		||||
    repository: https://bjw-s.github.io/helm-charts/
 | 
			
		||||
    version: 3.3.2
 | 
			
		||||
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/qbittorrent.png
 | 
			
		||||
appVersion: 4.6.5
 | 
			
		||||
appVersion: 4.6.5-r0-ls335
 | 
			
		||||
 
 | 
			
		||||
@@ -124,24 +124,24 @@ qbittorrent:
 | 
			
		||||
          targetPort: 9022
 | 
			
		||||
          protocol: HTTP
 | 
			
		||||
  ingress:
 | 
			
		||||
    main:
 | 
			
		||||
      className: traefik
 | 
			
		||||
      annotations:
 | 
			
		||||
        traefik.ingress.kubernetes.io/router.entrypoints: websecure
 | 
			
		||||
        traefik.ingress.kubernetes.io/router.tls: "true"
 | 
			
		||||
        cert-manager.io/cluster-issuer: letsencrypt-issuer
 | 
			
		||||
      hosts:
 | 
			
		||||
        - host: qbittorrent.alexlebens.net
 | 
			
		||||
          paths:
 | 
			
		||||
            - path: /
 | 
			
		||||
              pathType: Prefix
 | 
			
		||||
              service:
 | 
			
		||||
                name: qbittorrent
 | 
			
		||||
                port: 8080
 | 
			
		||||
      tls:
 | 
			
		||||
        - secretName: qbittorrent-secret-tls
 | 
			
		||||
          hosts:
 | 
			
		||||
            - qbittorrent.alexlebens.net
 | 
			
		||||
    # main:
 | 
			
		||||
    #   className: traefik
 | 
			
		||||
    #   annotations:
 | 
			
		||||
    #     traefik.ingress.kubernetes.io/router.entrypoints: websecure
 | 
			
		||||
    #     traefik.ingress.kubernetes.io/router.tls: "true"
 | 
			
		||||
    #     cert-manager.io/cluster-issuer: letsencrypt-issuer
 | 
			
		||||
    #   hosts:
 | 
			
		||||
    #     - host: qbittorrent.alexlebens.net
 | 
			
		||||
    #       paths:
 | 
			
		||||
    #         - path: /
 | 
			
		||||
    #           pathType: Prefix
 | 
			
		||||
    #           service:
 | 
			
		||||
    #             name: qbittorrent
 | 
			
		||||
    #             port: 8080
 | 
			
		||||
    #   tls:
 | 
			
		||||
    #     - secretName: qbittorrent-secret-tls
 | 
			
		||||
    #       hosts:
 | 
			
		||||
    #         - qbittorrent.alexlebens.net
 | 
			
		||||
    tailscale:
 | 
			
		||||
      enabled: true
 | 
			
		||||
      className: tailscale
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user