diff --git a/nexus2-template.yaml b/nexus2-template.yaml index f8b18a5..cdd323d 100644 --- a/nexus2-template.yaml +++ b/nexus2-template.yaml @@ -122,7 +122,7 @@ objects: targetPort: 8081 selector: deploymentconfig: ${SERVICE_NAME} - sessionAffinity: None + sessionAffinity: ClientIP type: ClusterIP - apiVersion: v1 kind: Route diff --git a/nexus3-template.yaml b/nexus3-template.yaml index 25b7aad..2c4b924 100644 --- a/nexus3-template.yaml +++ b/nexus3-template.yaml @@ -122,7 +122,7 @@ objects: targetPort: 8081 selector: deploymentconfig: ${SERVICE_NAME} - sessionAffinity: None + sessionAffinity: ClientIP type: ClusterIP - apiVersion: v1 kind: Route