Add k8s NodePort
This commit is contained in:
parent
594e801fdf
commit
70ee48b4a7
Binary file not shown.
@ -8,6 +8,7 @@ spec:
|
|||||||
type: {{ .Values.service.type }}
|
type: {{ .Values.service.type }}
|
||||||
ports:
|
ports:
|
||||||
- port: {{ .Values.service.port }}
|
- port: {{ .Values.service.port }}
|
||||||
|
nodePort: {{ .Values.service.nodePort}}
|
||||||
targetPort: http
|
targetPort: http
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
name: http
|
name: http
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user