prod deployment
This commit is contained in:
10
deploy/k8s/prod/patch-gateway-ingress.yaml
Normal file
10
deploy/k8s/prod/patch-gateway-ingress.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
# Production gateway ingress: WebSocket timeout annotations
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: gateway-ingress
|
||||
annotations:
|
||||
nginx.ingress.kubernetes.io/websocket-services: gateway
|
||||
nginx.ingress.kubernetes.io/proxy-read-timeout: "3600"
|
||||
nginx.ingress.kubernetes.io/proxy-send-timeout: "3600"
|
||||
nginx.ingress.kubernetes.io/proxy-connect-timeout: "60"
|
||||
Reference in New Issue
Block a user