Use name instead of number for k8s service port

This commit is contained in:
Alexandre Oliveira 2023-11-02 21:18:27 +01:00 committed by Alexandre Oliveira
parent 7863a405a5
commit 741c73ffbe

View file

@ -14,4 +14,4 @@ spec:
- name: http - name: http
protocol: TCP protocol: TCP
port: {{ .Values.service.port }} port: {{ .Values.service.port }}
targetPort: 8008 targetPort: http