mirror of
https://forge.liiib.re/indiehost/libre.sh/libre.sh.git
synced 2024-12-29 07:06:42 +00:00
18 lines
325 B
YAML
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
|