libre.sh/testing/thanos-config.yaml
2023-04-14 15:53:41 +02:00

18 lines
325 B
YAML

apiVersion: v1
stringData:
objstore.yml: |-
type: S3
config:
bucket: ""
endpoint: ""
region: ""
access_key: ""
insecure: false
secret_key: ""
http_config:
insecure_skip_verify: false
kind: Secret
metadata:
name: thanos-config
namespace: monitoring
type: Opaque