From 1e8250af93522d9290c7bb116ecbc134862e3c2d Mon Sep 17 00:00:00 2001 From: Simon L Date: Wed, 8 Nov 2023 11:03:50 +0100 Subject: [PATCH] change externaltrafficpolicy Signed-off-by: Simon L --- .../templates/nextcloud-aio-apache-service.yaml | 1 + .../templates/nextcloud-aio-talk-service.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/nextcloud-aio-helm-chart/templates/nextcloud-aio-apache-service.yaml b/nextcloud-aio-helm-chart/templates/nextcloud-aio-apache-service.yaml index 1ccd4125..a3b64e40 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-apache-service.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-apache-service.yaml @@ -10,6 +10,7 @@ metadata: namespace: {{ .Values.NAMESPACE }} spec: type: LoadBalancer + externalTrafficPolicy: Local ports: - name: "{{ .Values.APACHE_PORT }}" port: {{ .Values.APACHE_PORT }} diff --git a/nextcloud-aio-helm-chart/templates/nextcloud-aio-talk-service.yaml b/nextcloud-aio-helm-chart/templates/nextcloud-aio-talk-service.yaml index f351c201..66a63499 100755 --- a/nextcloud-aio-helm-chart/templates/nextcloud-aio-talk-service.yaml +++ b/nextcloud-aio-helm-chart/templates/nextcloud-aio-talk-service.yaml @@ -12,6 +12,7 @@ metadata: namespace: {{ .Values.NAMESPACE }} spec: type: LoadBalancer + externalTrafficPolicy: Local ports: - name: "{{ .Values.TALK_PORT }}" port: {{ .Values.TALK_PORT }}