Skip to content

Commit

Permalink
fix: Thanos nDots Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurVardevanyan committed Feb 22, 2024
1 parent 2d3f265 commit f17fd9f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/loki/base/config-map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ data:
wal:
dir: /data/loki/wal
limits_config:
max_streams_per_user: 1000000
max_streams_per_user: 10000000
enforce_metric_name: false
reject_old_samples: true
reject_old_samples_max_age: 24h
Expand Down
4 changes: 4 additions & 0 deletions kubernetes/prometheus/base/thanos/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ spec:
annotations:
enable.version-checker.io/thanos-querier: "true"
spec:
dnsConfig:
options:
- name: ndots
value: "1"
automountServiceAccountToken: false
securityContext:
seccompProfile:
Expand Down

0 comments on commit f17fd9f

Please sign in to comment.