change ingress to tailscale
This commit is contained in:
@@ -273,7 +273,7 @@ homepage:
|
|||||||
- Continuous Deployment:
|
- Continuous Deployment:
|
||||||
icon: argocd.png
|
icon: argocd.png
|
||||||
description: ArgoCD
|
description: ArgoCD
|
||||||
href: https://argocd.alexlebens.net
|
href: https://argocd-cl01tl.boreal-beaufort.ts.net
|
||||||
siteMonitor: http://argocd-server.argocd:80
|
siteMonitor: http://argocd-server.argocd:80
|
||||||
statusStyle: dot
|
statusStyle: dot
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
|
@@ -6,12 +6,12 @@ argo-cd:
|
|||||||
admin.enabled: true
|
admin.enabled: true
|
||||||
timeout.reconciliation: 100s
|
timeout.reconciliation: 100s
|
||||||
timeout.reconciliation.jitter: 60s
|
timeout.reconciliation.jitter: 60s
|
||||||
url: https://argocd.alexlebens.net
|
url: https://argocd-cl01tl.boreal-beaufort.ts.net
|
||||||
statusbadge.enabled: true
|
statusbadge.enabled: true
|
||||||
dex.config: |
|
dex.config: |
|
||||||
connectors:
|
connectors:
|
||||||
- config:
|
- 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
|
clientID: $argocd-oidc-secret:client
|
||||||
clientSecret: $argocd-oidc-secret:secret
|
clientSecret: $argocd-oidc-secret:secret
|
||||||
insecureEnableGroups: true
|
insecureEnableGroups: true
|
||||||
@@ -33,12 +33,8 @@ argo-cd:
|
|||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
controller: generic
|
controller: generic
|
||||||
ingressClassName: traefik
|
ingressClassName: tailscale
|
||||||
annotations:
|
hostname: argocd-cl01tl
|
||||||
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
|
|
||||||
tls: true
|
tls: true
|
||||||
metrics:
|
metrics:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
Reference in New Issue
Block a user