forked from open-webui/open-webui
rename ports, labels and service settings
This commit is contained in:
parent
0b7f183a03
commit
05e31494c2
7 changed files with 25 additions and 18 deletions
|
@ -11,8 +11,8 @@ spec:
|
|||
type: {{ .type }}
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: {{ .port }}
|
||||
targetPort: {{ .containerPort }}
|
||||
port: http
|
||||
targetPort: {{ .port }}
|
||||
{{- if .nodePort }}
|
||||
nodePort: {{ .nodePort }}
|
||||
{{- end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue