提交 7abc2abe 编写于 作者: 阳明的博客's avatar 阳明的博客

add ingress config article

上级 15a7a823
......@@ -38,4 +38,5 @@
### 服务发现
* [kubedns](docs/39.kubedns.md)
* [ingress](docs/40.ingress.md)
* [ingress 安装配置](docs/40.ingress.md)
* [ingress tls 和 path 的使用](docs/41.ingress config.md)
......@@ -14,7 +14,7 @@ $ kubectl create secret generic traefik-cert --from-file=tls.crt --from-file=tls
### 配置 Traefik
前面我们使用的是 Traefik 的默认配置,现在我们来配置 Traefik,让其支持 https:
```toml
```
defaultEntryPoints = ["http", "https"]
[entryPoints]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册