From f3607099e72c7e0ca8c22f770f8140788c9bec7c Mon Sep 17 00:00:00 2001 From: Sr <39112652+Itswag@users.noreply.github.com> Date: Thu, 28 Sep 2023 16:18:03 +0800 Subject: [PATCH] fix(deploy): minio console ingress enable websocket (#1555) Add this annotation is use to enable websocket connections. --- build/charts/minio/templates/console-ingress.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/charts/minio/templates/console-ingress.yaml b/build/charts/minio/templates/console-ingress.yaml index 1a63651415..3daf1894f0 100644 --- a/build/charts/minio/templates/console-ingress.yaml +++ b/build/charts/minio/templates/console-ingress.yaml @@ -3,6 +3,8 @@ apiVersion: networking.k8s.io/v1 kind: Ingress metadata: + annotations: + k8s.apisix.apache.org/enable-websocket: "true" name: minio-console-ingress spec: # apisix-ingress-controller is only interested in Ingress