Commit f10f0c47 authored by xuezj's avatar xuezj

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

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