change ingress to tailscale
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user