Skip to content

Commit

Permalink
Fixing sticky sessions (#617)
Browse files Browse the repository at this point in the history
  • Loading branch information
juandiegopalomino authored and NitinAgg committed Jan 25, 2022
1 parent 019aa5d commit b070702
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/opta-k8s-service-helm/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ metadata:
{{- end }}
cert-manager.io/cluster-issuer: opta-selfsigned
kubernetes.io/ingress.class: "nginx"
nginx.ingress.kubernetes.io/service-upstream: "true"
{{/* For websockets */}}
{{ if eq (default "http" $.Values.httpPort.protocol) "websocket" }}
nginx.ingress.kubernetes.io/proxy-read-timeout: "3600"
Expand Down

0 comments on commit b070702

Please sign in to comment.