From: Ward Vandewege Date: Wed, 30 May 2018 18:58:17 +0000 (-0400) Subject: Make sure that the external source IP address of requests is passed trough to X-Git-Url: https://git.arvados.org/arvados-k8s.git/commitdiff_plain/73f8fbd24c8b235810e049582b8ee31462597efb 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 --- 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