change ingress to tailscale

This commit is contained in:
2024-08-17 17:35:42 -05:00
parent 00069a91e8
commit 28bdad746f
3 changed files with 14 additions and 22 deletions

View File

@@ -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: {}