diff --git a/clusters/cl01tl/applications/homepage/values.yaml b/clusters/cl01tl/applications/homepage/values.yaml index 74749e1b0..6340d8336 100644 --- a/clusters/cl01tl/applications/homepage/values.yaml +++ b/clusters/cl01tl/applications/homepage/values.yaml @@ -273,7 +273,7 @@ homepage: - Continuous Deployment: icon: argocd.png description: ArgoCD - href: https://argocd.alexlebens.net + href: https://argocd-cl01tl.boreal-beaufort.ts.net siteMonitor: http://argocd-server.argocd:80 statusStyle: dot namespace: argocd diff --git a/clusters/cl01tl/deployment/argocd/values.yaml b/clusters/cl01tl/deployment/argocd/values.yaml index 2eab18c6b..eb8bf0675 100644 --- a/clusters/cl01tl/deployment/argocd/values.yaml +++ b/clusters/cl01tl/deployment/argocd/values.yaml @@ -6,12 +6,12 @@ argo-cd: admin.enabled: true timeout.reconciliation: 100s timeout.reconciliation.jitter: 60s - url: https://argocd.alexlebens.net + url: https://argocd-cl01tl.boreal-beaufort.ts.net statusbadge.enabled: true dex.config: | connectors: - config: - issuer: https://authentik.alexlebens.net/application/o/argocd/ + issuer: https://auth-cl01tl.boreal-beaufort.ts.net/application/o/argocd/ clientID: $argocd-oidc-secret:client clientSecret: $argocd-oidc-secret:secret insecureEnableGroups: true @@ -33,12 +33,8 @@ argo-cd: ingress: enabled: true controller: generic - ingressClassName: traefik - annotations: - traefik.ingress.kubernetes.io/router.entrypoints: websecure - traefik.ingress.kubernetes.io/router.tls: "true" - cert-manager.io/cluster-issuer: letsencrypt-issuer - hostname: argocd.alexlebens.net + ingressClassName: tailscale + hostname: argocd-cl01tl tls: true metrics: enabled: true