diff --git a/argocd/manifests/loki/ingress-tailscale.yaml b/argocd/manifests/loki/ingress-tailscale.yaml index e221189..96622c5 100644 --- a/argocd/manifests/loki/ingress-tailscale.yaml +++ b/argocd/manifests/loki/ingress-tailscale.yaml @@ -13,8 +13,7 @@ metadata: spec: ingressClassName: tailscale rules: - - host: loki - http: + - http: paths: - path: / pathType: Prefix diff --git a/argocd/manifests/prometheus/ingress-tailscale.yaml b/argocd/manifests/prometheus/ingress-tailscale.yaml index 6d76d22..f610627 100644 --- a/argocd/manifests/prometheus/ingress-tailscale.yaml +++ b/argocd/manifests/prometheus/ingress-tailscale.yaml @@ -19,8 +19,7 @@ metadata: spec: ingressClassName: tailscale rules: - - host: prometheus - http: + - http: paths: - path: / pathType: Prefix