Helm Chart updates

Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
szaimen 2023-11-23 08:45:28 +00:00 committed by GitHub
parent 25c5b3dd65
commit 95850d30bb
16 changed files with 16 additions and 16 deletions

View file

@ -18,7 +18,7 @@ spec:
- name: "{{ .Values.TALK_PORT }}"
port: {{ .Values.TALK_PORT }}
targetPort: {{ .Values.TALK_PORT }}
- name: "{{ .Values.TALK_PORT }}-udp"
- name: {{ .Values.TALK_PORT }}-udp
port: {{ .Values.TALK_PORT }}
protocol: UDP
targetPort: {{ .Values.TALK_PORT }}