Compare commits
No commits in common. "031c5b3e576910e076b512d7804df106bc066e62" and "e0c68d522f90d7e9d56cc76d9e546a249bc305a7" have entirely different histories.
031c5b3e57
...
e0c68d522f
1 changed files with 2 additions and 5 deletions
|
@ -115,9 +115,6 @@ spec:
|
|||
io.cilium/lb-ipam-ips: 10.45.0.6
|
||||
externalTrafficPolicy: Cluster
|
||||
prometheusSpec:
|
||||
podMetadata:
|
||||
annotations:
|
||||
secret.reloader.stakater.com/reload: &secret thanos-objstore-config
|
||||
replicas: 2
|
||||
replicaExternalLabelName: __replica__
|
||||
scrapeInterval: 1m # Must match interval in Grafana Helm chart
|
||||
|
@ -141,8 +138,8 @@ spec:
|
|||
version: "${THANOS_VERSION#v}"
|
||||
objectStorageConfig:
|
||||
existingSecret:
|
||||
name: *secret
|
||||
key: config
|
||||
name: thanos-s3-secret
|
||||
key: objstore.yml
|
||||
retention: 2d
|
||||
retentionSize: 15GB
|
||||
externalLabels:
|
||||
|
|
Loading…
Reference in a new issue