Move vars to defaults
This commit is contained in:
parent
70578f2a13
commit
bf08ae8f81
40 changed files with 0 additions and 0 deletions
|
@ -1,59 +0,0 @@
|
|||
---
|
||||
loki_svc:
|
||||
domain: "{{ all_services | service_get_domain(role_name) }}"
|
||||
port: 3100
|
||||
caddy_extra: import vpn_only
|
||||
|
||||
loki_yml: # https://grafana.com/docs/loki/latest/configure/examples/configuration-examples/#2-s3-cluster-exampleyaml
|
||||
auth_enabled: false
|
||||
|
||||
common:
|
||||
storage:
|
||||
s3:
|
||||
s3forcepathstyle: true
|
||||
bucketnames: "{{ opentofu.minio_data.loki.name }}"
|
||||
endpoint: "{{ opentofu.minio_data.loki.api_endpoint }}"
|
||||
region: "{{ opentofu.minio_data.loki.region }}"
|
||||
access_key_id: "{{ opentofu.minio_data.loki.access_key }}"
|
||||
secret_access_key: "{{ opentofu.minio_data.loki.secret_key }}"
|
||||
ring:
|
||||
instance_addr: 127.0.0.1
|
||||
kvstore:
|
||||
store: inmemory
|
||||
replication_factor: 1
|
||||
path_prefix: /loki
|
||||
|
||||
ui:
|
||||
enabled: true
|
||||
|
||||
storage_config:
|
||||
tsdb_shipper:
|
||||
active_index_directory: /loki/index
|
||||
cache_location: /loki/index_cache
|
||||
|
||||
schema_config:
|
||||
configs:
|
||||
- from: "2020-05-15"
|
||||
store: tsdb
|
||||
object_store: s3
|
||||
schema: v13
|
||||
index:
|
||||
prefix: index_
|
||||
period: 24h
|
||||
|
||||
compactor:
|
||||
working_directory: /loki/compactor
|
||||
|
||||
|
||||
loki_compose:
|
||||
watchtower: update
|
||||
image: grafana/loki:latest
|
||||
volumes:
|
||||
- ./loki.yaml:/etc/loki-config/loki.yaml:ro
|
||||
file:
|
||||
services:
|
||||
app:
|
||||
command:
|
||||
- -config.file=/etc/loki-config/loki.yaml
|
||||
volumes:
|
||||
data:
|
Loading…
Add table
Add a link
Reference in a new issue