refactor: move embedded Kubernetes manifests to role templates
Some checks failed
Deploy Cluster / Terraform (push) Successful in 1m38s
Deploy Cluster / Ansible (push) Failing after 9m46s

This commit is contained in:
2026-03-02 01:45:30 +00:00
parent b30977a158
commit 58fabf23f8
7 changed files with 134 additions and 125 deletions

View File

@@ -0,0 +1,19 @@
loki:
auth_enabled: false
commonConfig:
replication_factor: 1
storage:
type: filesystem
singleBinary:
replicas: 1
persistence:
enabled: true
storageClass: {{ loki_storage_class }}
size: {{ loki_storage_size }}
test:
enabled: false
monitoring:
selfMonitoring:
enabled: false
lokiCanary:
enabled: false