mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
change externaltrafficpolicy
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
3ea6a956e4
commit
1e8250af93
2 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ metadata:
|
|||
namespace: {{ .Values.NAMESPACE }}
|
||||
spec:
|
||||
type: LoadBalancer
|
||||
externalTrafficPolicy: Local
|
||||
ports:
|
||||
- name: "{{ .Values.APACHE_PORT }}"
|
||||
port: {{ .Values.APACHE_PORT }}
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ metadata:
|
|||
namespace: {{ .Values.NAMESPACE }}
|
||||
spec:
|
||||
type: LoadBalancer
|
||||
externalTrafficPolicy: Local
|
||||
ports:
|
||||
- name: "{{ .Values.TALK_PORT }}"
|
||||
port: {{ .Values.TALK_PORT }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue