Skip to content

Commit

Permalink
add stickey sessions (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Zubenko authored Jun 24, 2020
1 parent a8d5f23 commit 9c64a51
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,9 @@ apiVersion: v1
kind: Service
metadata:
name: platformmonitoringapi
annotations:
traefik.ingress.kubernetes.io/affinity: "true"
traefik.ingress.kubernetes.io/session-cookie-name: NEURO_MONITORINGAPI_SESSION
spec:
type: ClusterIP
ports:
Expand Down

0 comments on commit 9c64a51

Please sign in to comment.