change ingress to tailscale
This commit is contained in:
		@@ -218,7 +218,7 @@ homepage:
 | 
			
		||||
              - Home Automation:
 | 
			
		||||
                  icon: home-assistant.png
 | 
			
		||||
                  description: Home Assistant
 | 
			
		||||
                  href: https://homeassistant.alexlebens.net
 | 
			
		||||
                  href: https://home-assistant-cl01tl.boreal-beaufort.ts.net
 | 
			
		||||
                  siteMonitor: http://home-assistant.home-assistant:8123
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
              - Email:
 | 
			
		||||
@@ -267,7 +267,7 @@ homepage:
 | 
			
		||||
              - IDE (Home Assistant):
 | 
			
		||||
                  icon: code-server.png
 | 
			
		||||
                  description: Edit config for Home Assistant
 | 
			
		||||
                  href: https://homeassistant-codeserver.alexlebens.net
 | 
			
		||||
                  href: https://home-assistant-codeserver-cl01tl.boreal-beaufort.ts.net
 | 
			
		||||
                  siteMonitor: http://home-assistant.home-assistant:8443
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
              - Continuous Deployment:
 | 
			
		||||
@@ -280,21 +280,21 @@ homepage:
 | 
			
		||||
              - Deployment Management:
 | 
			
		||||
                  icon: argocd.png
 | 
			
		||||
                  description: Argo Rollouts
 | 
			
		||||
                  href: https://argo-rollouts.alexlebens.net
 | 
			
		||||
                  href: https://argo-rollouts-cl01tl.boreal-beaufort.ts.net
 | 
			
		||||
                  siteMonitor: http://argo-rollouts-dashboard.argo-rollouts:3100
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
                  namespace: argocd
 | 
			
		||||
              - Workflows:
 | 
			
		||||
                  icon: argocd.png
 | 
			
		||||
                  description: Argo Workflows
 | 
			
		||||
                  href: https://argo-workflows.alexlebens.net
 | 
			
		||||
                  href: https://argo-workflows-cl01tl.boreal-beaufort.ts.net
 | 
			
		||||
                  siteMonitor: http://argo-workflows-server.argo-workflows:2746
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
                  namespace: argocd
 | 
			
		||||
              - Continuous Integration:
 | 
			
		||||
                  icon: https://raw.githubusercontent.com/akuity/kargo/main/ui/public/kargo-icon.png
 | 
			
		||||
                  description: Kargo
 | 
			
		||||
                  href: https://kargo.alexlebens.net
 | 
			
		||||
                  href: https://kargo-cl01tl.boreal-beaufort.ts.net
 | 
			
		||||
                  siteMonitor: http://kargo-api.kargo:80
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
                  namespace: argocd
 | 
			
		||||
 
 | 
			
		||||
@@ -9,17 +9,13 @@ argo-rollouts:
 | 
			
		||||
    enabled: true
 | 
			
		||||
    ingress:
 | 
			
		||||
      enabled: true
 | 
			
		||||
      annotations:
 | 
			
		||||
        traefik.ingress.kubernetes.io/router.entrypoints: websecure
 | 
			
		||||
        traefik.ingress.kubernetes.io/router.tls: "true"
 | 
			
		||||
        cert-manager.io/cluster-issuer: letsencrypt-issuer
 | 
			
		||||
      ingressClassName: traefik
 | 
			
		||||
      ingressClassName: tailscale
 | 
			
		||||
      hosts:
 | 
			
		||||
        - argo-rollouts.alexlebens.net
 | 
			
		||||
        - argo-rollouts-cl01tl
 | 
			
		||||
      tls:
 | 
			
		||||
        - secretName: argo-rollouts-secret-tls
 | 
			
		||||
        - secretName: argo-rollouts-cl01tl
 | 
			
		||||
          hosts:
 | 
			
		||||
            - argo-rollouts.alexlebens.net
 | 
			
		||||
            - argo-rollouts-cl01tl
 | 
			
		||||
 | 
			
		||||
  notifications:
 | 
			
		||||
    notifiers: {}
 | 
			
		||||
 
 | 
			
		||||
@@ -41,27 +41,23 @@ argo-workflows:
 | 
			
		||||
      - sso
 | 
			
		||||
    ingress:
 | 
			
		||||
      enabled: true
 | 
			
		||||
      annotations:
 | 
			
		||||
        traefik.ingress.kubernetes.io/router.entrypoints: websecure
 | 
			
		||||
        traefik.ingress.kubernetes.io/router.tls: "true"
 | 
			
		||||
        cert-manager.io/cluster-issuer: letsencrypt-issuer
 | 
			
		||||
      ingressClassName: traefik
 | 
			
		||||
      hosts:
 | 
			
		||||
        - argo-workflows.alexlebens.net
 | 
			
		||||
        - argo-workflows-cl01tl
 | 
			
		||||
      tls:
 | 
			
		||||
        - secretName: argoworkflows-example-tls
 | 
			
		||||
        - secretName: argo-workflows-cl01tl
 | 
			
		||||
          hosts:
 | 
			
		||||
            - argo-workflows.alexlebens.net
 | 
			
		||||
            - argo-workflows-cl01tl
 | 
			
		||||
    sso:
 | 
			
		||||
      enabled: true
 | 
			
		||||
      issuer: https://authentik.alexlebens.net/application/o/argo-workflows/
 | 
			
		||||
      issuer: https://auth-cl01tl.boreal-beaufort.ts.net/application/o/argo-workflows/
 | 
			
		||||
      clientId:
 | 
			
		||||
        name: argo-workflows-oidc-secret
 | 
			
		||||
        key: client
 | 
			
		||||
      clientSecret:
 | 
			
		||||
        name: argo-workflows-oidc-secret
 | 
			
		||||
        key: secret
 | 
			
		||||
      redirectUrl: https://argo-workflows.alexlebens.net/oauth2/callback
 | 
			
		||||
      redirectUrl: https://argo-workflows-cl01tl.boreal-beaufort.ts.net/oauth2/callback
 | 
			
		||||
      rbac:
 | 
			
		||||
        enabled: false
 | 
			
		||||
      scopes:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user