Make sure that the external source IP address of requests is passed trough to
authorWard Vandewege <wvandewege@veritasgenetics.com>
Wed, 30 May 2018 18:58:17 +0000 (14:58 -0400)
committerWard Vandewege <wvandewege@veritasgenetics.com>
Wed, 30 May 2018 18:59:31 +0000 (14:59 -0400)
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 <wvandewege@veritasgenetics.com>

charts/arvados/templates/api-server-service.yaml

index 0582af2e4f34c36d1fd00be22bb86175bb0efa76..b1b9e8b04f7974dbd9039b89e2b8e74736809daf 100644 (file)
@@ -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