mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-24 13:16:28 +00:00
fix: change the condition for httproute (#2345)
Co-authored-by: houseme <housemecn@gmail.com>
This commit is contained in:
@@ -189,8 +189,8 @@ ingress:
|
||||
|
||||
gatewayApi:
|
||||
enabled: false
|
||||
gatewayClass: traefik
|
||||
listeners: # Specify which listeners to create on the Gateway. Only support for traefik gatewayClass at the moment.
|
||||
gatewayClass: traefik # Only support for traefik and contour gatewayClass at the moment.
|
||||
listeners: # Specify which listeners to create on the Gateway.
|
||||
http:
|
||||
name: web
|
||||
port: 8000
|
||||
|
||||
Reference in New Issue
Block a user