tr yaml
This commit is contained in:
@@ -73,22 +73,33 @@ spec:
|
|||||||
isDefaultClass: true
|
isDefaultClass: true
|
||||||
|
|
||||||
# Configure entry points
|
# Configure entry points
|
||||||
entryPoints:
|
ports:
|
||||||
web:
|
web:
|
||||||
address: :80
|
observability:
|
||||||
|
accessLogs: true
|
||||||
|
metrics: true
|
||||||
|
tracing: true
|
||||||
|
proxyProtocol:
|
||||||
|
trustedIPs: "172.16.1.0/24"
|
||||||
|
forwardedHeaders:
|
||||||
|
trustedIPs: "172.16.1.0/24"
|
||||||
|
port: 80
|
||||||
http:
|
http:
|
||||||
redirections:
|
redirections:
|
||||||
entrypoint:
|
entrypoint:
|
||||||
to: websecure
|
to: websecure
|
||||||
scheme: https
|
scheme: https
|
||||||
|
|
||||||
websecure:
|
websecure:
|
||||||
address: :443
|
port: 443
|
||||||
proxyProtocol:
|
proxyProtocol:
|
||||||
trustedIPs: "172.16.1.0/24"
|
trustedIPs: "172.16.1.0/24"
|
||||||
forwardedHeaders:
|
forwardedHeaders:
|
||||||
trustedIPs: "172.16.1.0/24"
|
trustedIPs: "172.16.1.0/24"
|
||||||
http:
|
observability:
|
||||||
tls: {}
|
accessLogs: true
|
||||||
|
metrics: true
|
||||||
|
tracing: true
|
||||||
|
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
|
|||||||
Reference in New Issue
Block a user