1 Star 0 Fork 4

idocker/thanos-install

forked from cuiliang/thanos-install 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
thanos-store-ingress.yaml 545 Bytes
一键复制 编辑 原始数据 按行查看 历史
[email protected] 提交于 2022-07-19 20:44 . 新增minIO对象存储配置
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:
name: thanos-store-tls
namespace: thanos
spec:
routes:
- match: Host(`thanos-store.com`)
kind: Rule
services:
- name: thanos-store
port: 10902
tls:
secretName: thanos-store-tls
---
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:
name: thanos-store
namespace: thanos
spec:
routes:
- match: Host(`thanos-store.com`)
kind: Rule
services:
- name: thanos-store
port: 10902
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/MengSuiXinFei/thanos-install.git
[email protected]:MengSuiXinFei/thanos-install.git
MengSuiXinFei
thanos-install
thanos-install
master

搜索帮助