1 Star 0 Fork 4

idocker/thanos-install

forked from cuiliang/thanos-install 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
thanos-storage-minio.yaml 331 Bytes
一键复制 编辑 原始数据 按行查看 历史
[email protected] 提交于 2022-07-19 20:44 . 新增minIO对象存储配置
apiVersion: v1
kind: Secret
metadata:
name: thanos-objectstorage
namespace: thanos
type: Opaque
stringData:
storage.yaml: |
type: s3
config:
bucket: thanos-nj-test
endpoint: 192.168.10.200:40000
access_key: access_key
secret_key: secret_key
insecure: true
signature_version2: false
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/MengSuiXinFei/thanos-install.git
[email protected]:MengSuiXinFei/thanos-install.git
MengSuiXinFei
thanos-install
thanos-install
master

搜索帮助