address some other details

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-11-21 11:44:17 +01:00
parent 98e671403c
commit e20f31ab90
4 changed files with 5 additions and 7 deletions

View file

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