mirror of https://github.com/easzlab/kubeasz.git
fix dashboard ingress配置: issue #403
parent
30e123cb88
commit
6fc755f2ee
|
@ -5,6 +5,8 @@ metadata:
|
|||
namespace: kube-system
|
||||
data:
|
||||
traefik.toml: |
|
||||
# 设置insecureSkipVerify = true,可以配置backend为443(比如dashboard)的ingress规则
|
||||
insecureSkipVerify = true
|
||||
defaultEntryPoints = ["http", "https"]
|
||||
[entryPoints]
|
||||
[entryPoints.http]
|
||||
|
|
Loading…
Reference in New Issue