Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
8eb6a68f
"...frontend/git@developer.sourcefind.cn:Wenxuan/LightX2V.git" did not exist on "61dd69cabb102b34efacac5b311e11643c5ac051"
Commit
8eb6a68f
authored
Feb 23, 2024
by
duhow
Browse files
fix webui-service
parent
9ee64d88
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
kubernetes/helm/templates/webui-service.yaml
kubernetes/helm/templates/webui-service.yaml
+5
-0
No files found.
kubernetes/helm/templates/webui-service.yaml
View file @
8eb6a68f
...
@@ -4,6 +4,10 @@ metadata:
...
@@ -4,6 +4,10 @@ metadata:
name
:
{{
include "open-webui.name" .
}}
name
:
{{
include "open-webui.name" .
}}
labels
:
labels
:
{{
- include "open-webui.labels" . | nindent 4
}}
{{
- include "open-webui.labels" . | nindent 4
}}
{{
- with .Values.webui.service.annotations
}}
annotations
:
{{
- toYaml . | nindent 4
}}
{{
- end
}}
spec
:
spec
:
selector
:
selector
:
{{
- include "open-webui.selectorLabels" . | nindent 4
}}
{{
- include "open-webui.selectorLabels" . | nindent 4
}}
...
@@ -11,6 +15,7 @@ spec:
...
@@ -11,6 +15,7 @@ spec:
type
:
{{
.type
}}
type
:
{{
.type
}}
ports
:
ports
:
-
protocol
:
TCP
-
protocol
:
TCP
name
:
http
port
:
{{
.port
}}
port
:
{{
.port
}}
targetPort
:
http
targetPort
:
http
{{
- if .nodePort
}}
{{
- if .nodePort
}}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment