change ingress to tailscale

This commit is contained in:
2024-08-17 12:52:32 -05:00
parent f5232b5b59
commit 4931a4aac6
2 changed files with 5 additions and 9 deletions

View File

@@ -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

View File

@@ -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