From 14f15ff7e148d75a4473d92e9aee38ded0cdce30 Mon Sep 17 00:00:00 2001 From: mihaTrajbaric <26118837+mihaTrajbaric@users.noreply.github.com> Date: Fri, 14 Jan 2022 14:21:43 +0100 Subject: [PATCH] Remove session affinity --- k8s/deployment.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index 55b85b4..b13fcb7 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -66,7 +66,3 @@ spec: protocol: TCP targetPort: server type: NodePort - sessionAffinityConfig: - clientIP: - timeoutSeconds: 1 -