Sfoglia il codice sorgente

bug fix port var name

pull/255/head
beyondszine 4 anni fa
parent
commit
3d57d8996f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      charts/transfersh/templates/service.yaml

+ 1
- 1
charts/transfersh/templates/service.yaml Vedi File

@@ -10,7 +10,7 @@ metadata:
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
- port: {{ .Values.service.externalPort }}
targetPort: {{ .Values.service.internalPort }}
protocol: TCP
name: {{ .Values.service.name }}


Caricamento…
Annulla
Salva