Add k8s NodePort

This commit is contained in:
wenyang0 2024-11-20 13:33:54 +08:00
parent 594e801fdf
commit 70ee48b4a7
2 changed files with 1 additions and 0 deletions

View file

@ -8,6 +8,7 @@ spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
nodePort: {{ .Values.service.nodePort}}
targetPort: http
protocol: TCP
name: http