change externaltrafficpolicy

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-11-08 11:03:50 +01:00
parent 3ea6a956e4
commit 1e8250af93
2 changed files with 2 additions and 0 deletions

View file

@ -10,6 +10,7 @@ metadata:
namespace: {{ .Values.NAMESPACE }}
spec:
type: LoadBalancer
externalTrafficPolicy: Local
ports:
- name: "{{ .Values.APACHE_PORT }}"
port: {{ .Values.APACHE_PORT }}

View file

@ -12,6 +12,7 @@ metadata:
namespace: {{ .Values.NAMESPACE }}
spec:
type: LoadBalancer
externalTrafficPolicy: Local
ports:
- name: "{{ .Values.TALK_PORT }}"
port: {{ .Values.TALK_PORT }}