change ingress to tailscale
This commit is contained in:
		| @@ -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