Skip to content

Commit

Permalink
fix(deploy): minio console ingress enable websocket (#1555)
Browse files Browse the repository at this point in the history
Add this annotation is use to enable websocket connections.
  • Loading branch information
Itswag committed Sep 28, 2023
1 parent 7d0ef69 commit f360709
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/charts/minio/templates/console-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f360709

Please sign in to comment.