This commit is contained in:
root
2021-10-03 14:45:56 +03:00
commit b060ba0580
29 changed files with 1586 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
http:
routers:
s3-minio:
entryPoints:
- https
rule: Host(`s3.domain.ru`)
service: s3-minio-service
tls:
certResolver: letsEncrypt
services:
s3-minio-service:
loadBalancer:
healthCheck:
path: /health/live
scheme: http
servers:
- url: http://192.168.1.3:9000
- url: http://192.168.1.4:9000
- url: http://192.168.1.5:9000
- url: http://192.168.1.6:9000