name loadbalancer ports in a different way for a test

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-11-17 11:03:03 +01:00
parent 57b5f61f5b
commit 03aa7a1ce1
3 changed files with 5 additions and 5 deletions

View file

@ -15,10 +15,10 @@ spec:
type: LoadBalancer
externalTrafficPolicy: Local
ports:
- name: "{{ .Values.TALK_PORT }}"
- name: "2-tcp"
port: {{ .Values.TALK_PORT }}
targetPort: {{ .Values.TALK_PORT }}
- name: {{ .Values.TALK_PORT }}-udp
- name: "2-udp"
port: {{ .Values.TALK_PORT }}
protocol: UDP
targetPort: {{ .Values.TALK_PORT }}