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
7d947c29
Commit
7d947c29
authored
Feb 23, 2024
by
duhow
Browse files
fix types
parent
f5ac3a1e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
kubernetes/helm/templates/ollama-service.yaml
kubernetes/helm/templates/ollama-service.yaml
+2
-2
kubernetes/helm/templates/ollama-statefulset.yaml
kubernetes/helm/templates/ollama-statefulset.yaml
+1
-1
kubernetes/helm/templates/webui-service.yaml
kubernetes/helm/templates/webui-service.yaml
+3
-3
No files found.
kubernetes/helm/templates/ollama-service.yaml
View file @
7d947c29
...
@@ -16,6 +16,6 @@ spec:
...
@@ -16,6 +16,6 @@ spec:
ports
:
ports
:
-
protocol
:
TCP
-
protocol
:
TCP
name
:
http
name
:
http
port
:
http
port
:
{{
.port
}}
targetPort
:
{{
.port
}}
targetPort
:
http
{{
- end
}}
{{
- end
}}
kubernetes/helm/templates/ollama-statefulset.yaml
View file @
7d947c29
...
@@ -70,7 +70,7 @@ spec:
...
@@ -70,7 +70,7 @@ spec:
-
name
:
data
-
name
:
data
emptyDir
:
{}
emptyDir
:
{}
{{
- else if and .Values.ollama.persistence.enabled (not .Values.ollama.persistence.existingClaim)
}}
{{
- else if and .Values.ollama.persistence.enabled (not .Values.ollama.persistence.existingClaim)
}}
{}
[]
volumeClaimTemplates
:
volumeClaimTemplates
:
-
metadata
:
-
metadata
:
name
:
data
name
:
data
...
...
kubernetes/helm/templates/webui-service.yaml
View file @
7d947c29
...
@@ -11,9 +11,9 @@ spec:
...
@@ -11,9 +11,9 @@ spec:
type
:
{{
.type
}}
type
:
{{
.type
}}
ports
:
ports
:
-
protocol
:
TCP
-
protocol
:
TCP
port
:
http
port
:
{{
.port
}}
targetPort
:
{{
.port
}}
targetPort
:
http
{{
- if .nodePort
}}
{{
- if .nodePort
}}
nodePort
:
{{
.nodePort
}}
nodePort
:
{{
.nodePort
| int
}}
{{
- end
}}
{{
- end
}}
{{
- end
}}
{{
- end
}}
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