Skip to content

Commit 0c78710

Browse files
committed
Set external traffic policy to local
Change-Id: If3d601cba6b241174dd0b60d6c67543d4cfd4dc8
1 parent b387d35 commit 0c78710

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: warre
33
description: A Helm chart for warre
44
type: application
5-
version: 2.4.6
5+
version: 2.4.7
66
appVersion: 5.0.0-7-g9b4ea80
77
sources:
88
- https://github.com/NeCTAR-RC/warre-helm.git

templates/service.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ metadata:
66
{{- include "warre.labels" . | nindent 4 }}
77
spec:
88
type: {{ .Values.service.type }}
9+
externalTrafficPolicy: Local
910
ports:
1011
- port: {{ .Values.service.port }}
1112
targetPort: http

0 commit comments

Comments
 (0)