Skip to content

Commit 37d0f71

Browse files
committed
Add annotation for websocket-services to ingress
1 parent fe87cef commit 37d0f71

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

ops/friends-deploy.tmpl.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ ingress:
6363
pathType: ImplementationSpecific
6464
annotations:
6565
nginx.org/client-max-body-size: "0"
66+
nginx.org/websocket-services: "palni-palci-knapsack-friends-nginx"
6667
cert-manager.io/cluster-issuer: "letsencrypt-production-dns"
6768
tls:
6869
- hosts:

ops/production-deploy.tmpl.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ ingress:
5757
pathType: ImplementationSpecific
5858
annotations: {
5959
nginx.org/client-max-body-size: "0",
60+
nginx.org/websocket-services: "palni-palci-knapsack-production-nginx",
6061
cert-manager.io/cluster-issuer: letsencrypt-production-dns
6162
}
6263
tls:

0 commit comments

Comments
 (0)