From 73f8fbd24c8b235810e049582b8ee31462597efb Mon Sep 17 00:00:00 2001 From: Ward Vandewege Date: Wed, 30 May 2018 14:58:17 -0400 Subject: [PATCH] Make sure that the external source IP address of requests is passed trough to the API server. We rely on this to serve the correct list of keep services to clients, depending on where they are. No issue # Arvados-DCO-1.1-Signed-off-by: Ward Vandewege --- charts/arvados/templates/api-server-service.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/arvados/templates/api-server-service.yaml b/charts/arvados/templates/api-server-service.yaml index 0582af2..b1b9e8b 100644 --- a/charts/arvados/templates/api-server-service.yaml +++ b/charts/arvados/templates/api-server-service.yaml @@ -13,6 +13,7 @@ metadata: heritage: {{ .Release.Service }} spec: type: LoadBalancer + externalTrafficPolicy: Local loadBalancerIP: {{ required "A valid externalIP is required!" .Values.externalIP }} ports: - name: http -- 2.30.2