This commit is contained in:
Vassiliy Yegorov
2021-10-28 10:54:42 +03:00
parent f601d3c9c3
commit 65685cbad0
4 changed files with 25 additions and 10 deletions

View File

@@ -0,0 +1,19 @@
http:
routers:
s3-minio:
entryPoints:
- https
rule: Host(`s3.rmcert.ru`)
service: s3-minio-service
tls:
certResolver: letsEncrypt
services:
s3-minio-service:
loadBalancer:
healthCheck:
path: /minio/health/live
scheme: http
interval: "10s"
timeout: "5s"
servers:
- url: http://192.168.1.3:9000