fix(sol): correct traefik public edge redirect config
Some checks failed
deploy-sol-public-edge / apply (push) Failing after 4m43s
Some checks failed
deploy-sol-public-edge / apply (push) Failing after 4m43s
This commit is contained in:
@@ -34,11 +34,12 @@ spec:
|
|||||||
web:
|
web:
|
||||||
hostPort: 80
|
hostPort: 80
|
||||||
allowACMEByPass: true
|
allowACMEByPass: true
|
||||||
redirections:
|
http:
|
||||||
entryPoint:
|
redirections:
|
||||||
to: websecure
|
entryPoint:
|
||||||
scheme: https
|
to: websecure
|
||||||
permanent: true
|
scheme: https
|
||||||
|
permanent: true
|
||||||
websecure:
|
websecure:
|
||||||
hostPort: 443
|
hostPort: 443
|
||||||
service:
|
service:
|
||||||
|
|||||||
Reference in New Issue
Block a user