fix: disable Loki gateway and use direct service endpoints
Some checks failed
Deploy Cluster / Terraform (push) Successful in 48s
Deploy Cluster / Ansible (push) Failing after 19m41s

This commit is contained in:
2026-03-02 08:37:37 +00:00
parent 2a583d1bba
commit 2d3f63424a
3 changed files with 5 additions and 2 deletions

View File

@@ -12,5 +12,5 @@ data:
- name: Loki
type: loki
access: proxy
url: http://loki-gateway.{{ observability_namespace }}.svc.cluster.local
url: http://loki.{{ observability_namespace }}.svc.cluster.local:3100
isDefault: false