argocd: use traefik's wildcard tls

It was getting its own argocd.k-space.ee via CR.
and probably it failed to update it since in reality
ingress.tls.enable was false. Maybe also diff
ArgoCD versions.
This commit is contained in:
2025-07-26 11:57:06 +03:00
parent 7adbf2476d
commit c51f7368e2

View File

@@ -21,7 +21,7 @@ server:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
hosts:
- argocd.k-space.ee
tls:
extraTls:
- hosts:
- "*.k-space.ee"