Skip to content

Commit

Permalink
Update ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
Mautjee committed Oct 9, 2024
1 parent 389126d commit ef2575b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/production/websocket-event-publisher/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ metadata:
name: ingress-websocket-event-publisher
namespace: chicmoz-prod
annotations:
kubernetes.io/ingress.class: "nginx"
nginx.ingress.kubernetes.io/proxy-read-timeout: "3600"
nginx.ingress.kubernetes.io/proxy-send-timeout: "3600"
nginx.ingress.kubernetes.io/websocket-services: "websocket-event-publisher"
cert-manager.io/cluster-issuer: "chicmoz-issuer-production"
spec:
ingressClassName: nginx
Expand Down

0 comments on commit ef2575b

Please sign in to comment.