Commit f10f0c47 authored by xuezj's avatar xuezj

filebeat增加cpu限制;traefik开启http重定向

parent fe34cf96
......@@ -77,6 +77,7 @@ spec:
resources:
limits:
memory: 200Mi
cpu: 500m
requests:
cpu: 100m
memory: 100Mi
......
......@@ -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