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:
|
||||
hostPort: 80
|
||||
allowACMEByPass: true
|
||||
redirections:
|
||||
entryPoint:
|
||||
to: websecure
|
||||
scheme: https
|
||||
permanent: true
|
||||
http:
|
||||
redirections:
|
||||
entryPoint:
|
||||
to: websecure
|
||||
scheme: https
|
||||
permanent: true
|
||||
websecure:
|
||||
hostPort: 443
|
||||
service:
|
||||
|
||||
Reference in New Issue
Block a user