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 f5f173c
Showing 1 changed file with 4 additions and 0 deletions.
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 f5f173c

Please sign in to comment.