Skip to content

Commit

Permalink
Adding websocket support annotation for tldraw ingress (#4808)
Browse files Browse the repository at this point in the history
Adding annotation
  • Loading branch information
blazejpass authored and virgilchiriac committed Mar 4, 2024
1 parent 94dc691 commit 729a9e7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ metadata:
nginx.ingress.kubernetes.io/http2-max-header-size: 96k
nginx.ingress.kubernetes.io/large-client-header-buffers: 4 100k
nginx.ingress.kubernetes.io/proxy-buffer-size: 96k
nginx.org/websocket-services: "tldraw-server-svc"
{% if CLUSTER_ISSUER is defined %}
cert-manager.io/cluster-issuer: {{ CLUSTER_ISSUER }}
{% endif %}
Expand Down

0 comments on commit 729a9e7

Please sign in to comment.