mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-04 05:19:12 -04:00
Add k8s NodePort
This commit is contained in:
parent
594e801fdf
commit
70ee48b4a7
2 changed files with 1 additions and 0 deletions
Binary file not shown.
|
@ -8,6 +8,7 @@ spec:
|
|||
type: {{ .Values.service.type }}
|
||||
ports:
|
||||
- port: {{ .Values.service.port }}
|
||||
nodePort: {{ .Values.service.nodePort}}
|
||||
targetPort: http
|
||||
protocol: TCP
|
||||
name: http
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue