mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-20 03:22:18 +00:00
enhancement: add support for http to https redirect for traefik gatew… (#1712)
This commit is contained in:
@@ -150,6 +150,11 @@ ingress:
|
||||
gatewayApi:
|
||||
enabled: false
|
||||
gatewayClass: traefik
|
||||
listeners: # Specify which listeners to create on the Gateway. Only support for traefik gatewayClass at the moment.
|
||||
web:
|
||||
port: 8000
|
||||
websecure:
|
||||
port: 8443
|
||||
hostname: example.rustfs.com
|
||||
existingGateway:
|
||||
name: ""
|
||||
|
||||
Reference in New Issue
Block a user