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
|
io.cilium/lb-ipam-ips: 10.45.0.6
|
||||||
externalTrafficPolicy: Cluster
|
externalTrafficPolicy: Cluster
|
||||||
prometheusSpec:
|
prometheusSpec:
|
||||||
podMetadata:
|
|
||||||
annotations:
|
|
||||||
secret.reloader.stakater.com/reload: &secret thanos-objstore-config
|
|
||||||
replicas: 2
|
replicas: 2
|
||||||
replicaExternalLabelName: __replica__
|
replicaExternalLabelName: __replica__
|
||||||
scrapeInterval: 1m # Must match interval in Grafana Helm chart
|
scrapeInterval: 1m # Must match interval in Grafana Helm chart
|
||||||
|
@ -141,8 +138,8 @@ spec:
|
||||||
version: "${THANOS_VERSION#v}"
|
version: "${THANOS_VERSION#v}"
|
||||||
objectStorageConfig:
|
objectStorageConfig:
|
||||||
existingSecret:
|
existingSecret:
|
||||||
name: *secret
|
name: thanos-s3-secret
|
||||||
key: config
|
key: objstore.yml
|
||||||
retention: 2d
|
retention: 2d
|
||||||
retentionSize: 15GB
|
retentionSize: 15GB
|
||||||
externalLabels:
|
externalLabels:
|
||||||
|
|
Loading…
Reference in a new issue