Commit be8866d8 authored by 智勇's avatar 智勇

增加提示

parent f10f0c47
......@@ -61,7 +61,8 @@ const dingTalkPush = async function (item, is_recover) {
+ `> 命名空间 : ${item.metadata.namespace}\n\n`
+ `> 异常原因 : ${message}\n\n`
+ `> 异常时间 : ${moment()
.format('YYYY-MM-DD HH:mm:ss')}\n\n`,
.format('YYYY-MM-DD HH:mm:ss')}\n\n`
+ `[查看详情](http://qa2.liangkebang.com/dockers/runingEnv/${item.metadata.namespace})`,
},
};
await awaitRequest({
......
......@@ -7,8 +7,8 @@ defaultEntryPoints = ["http", "https"]
[entryPoints]
[entryPoints.http]
address = ":80"
[entryPoints.http.redirect]
entryPoint = "https"
#[entryPoints.http.redirect]
#entryPoint = "https"
[entryPoints.https]
address = ":443"
[entryPoints.https.tls]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment