Update key
This commit is contained in:
parent
afa4f6ffe4
commit
88a7dc1109
1 changed files with 5 additions and 2 deletions
|
@ -115,6 +115,9 @@ 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
|
||||||
|
@ -138,8 +141,8 @@ spec:
|
||||||
version: "${THANOS_VERSION#v}"
|
version: "${THANOS_VERSION#v}"
|
||||||
objectStorageConfig:
|
objectStorageConfig:
|
||||||
existingSecret:
|
existingSecret:
|
||||||
name: thanos-s3-secret
|
name: *secret
|
||||||
key: objstore.yml
|
key: config
|
||||||
retention: 2d
|
retention: 2d
|
||||||
retentionSize: 15GB
|
retentionSize: 15GB
|
||||||
externalLabels:
|
externalLabels:
|
||||||
|
|
Loading…
Reference in a new issue