about summary refs log tree commit diff
path: root/k8s/rest-api/templates/service.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'k8s/rest-api/templates/service.yaml')
-rw-r--r--k8s/rest-api/templates/service.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/k8s/rest-api/templates/service.yaml b/k8s/rest-api/templates/service.yaml
index e8deb79..ac5b49b 100644
--- a/k8s/rest-api/templates/service.yaml
+++ b/k8s/rest-api/templates/service.yaml
@@ -6,6 +6,7 @@ metadata:
     {{- include "rest-api.labels" . | nindent 4 }}
 spec:
   type: {{ .Values.service.type }}
+  externalTrafficPolicy: Local
   ports:
     - port: 9999
       targetPort: 8080