Commit be8866d8 authored by 智勇's avatar 智勇

增加提示

parent f10f0c47
...@@ -61,7 +61,8 @@ const dingTalkPush = async function (item, is_recover) { ...@@ -61,7 +61,8 @@ const dingTalkPush = async function (item, is_recover) {
+ `> 命名空间 : ${item.metadata.namespace}\n\n` + `> 命名空间 : ${item.metadata.namespace}\n\n`
+ `> 异常原因 : ${message}\n\n` + `> 异常原因 : ${message}\n\n`
+ `> 异常时间 : ${moment() + `> 异常时间 : ${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({ await awaitRequest({
......
...@@ -7,8 +7,8 @@ defaultEntryPoints = ["http", "https"] ...@@ -7,8 +7,8 @@ defaultEntryPoints = ["http", "https"]
[entryPoints] [entryPoints]
[entryPoints.http] [entryPoints.http]
address = ":80" address = ":80"
[entryPoints.http.redirect] #[entryPoints.http.redirect]
entryPoint = "https" #entryPoint = "https"
[entryPoints.https] [entryPoints.https]
address = ":443" address = ":443"
[entryPoints.https.tls] [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