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
a9805df7
"src/git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "3a2f1d56c85be89c4097c65ba4b36010c93fcfc1"
Commit
a9805df7
authored
Feb 17, 2024
by
Bjørn Jørgensen
Browse files
open-webui
parent
4c3edd03
Changes
10
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
11 additions
and
11 deletions
+11
-11
kubernetes/helm/Chart.yaml
kubernetes/helm/Chart.yaml
+1
-1
kubernetes/helm/values.yaml
kubernetes/helm/values.yaml
+1
-1
kubernetes/manifest/base/ollama-service.yaml
kubernetes/manifest/base/ollama-service.yaml
+1
-1
kubernetes/manifest/base/ollama-statefulset.yaml
kubernetes/manifest/base/ollama-statefulset.yaml
+1
-1
kubernetes/manifest/base/open-webui.yaml
kubernetes/manifest/base/open-webui.yaml
+1
-1
kubernetes/manifest/base/webui-deployment.yaml
kubernetes/manifest/base/webui-deployment.yaml
+2
-2
kubernetes/manifest/base/webui-ingress.yaml
kubernetes/manifest/base/webui-ingress.yaml
+1
-1
kubernetes/manifest/base/webui-service.yaml
kubernetes/manifest/base/webui-service.yaml
+1
-1
kubernetes/manifest/kustomization.yaml
kubernetes/manifest/kustomization.yaml
+1
-1
kubernetes/manifest/patches/ollama-statefulset-gpu.yaml
kubernetes/manifest/patches/ollama-statefulset-gpu.yaml
+1
-1
No files found.
kubernetes/helm/Chart.yaml
View file @
a9805df7
apiVersion
:
v2
apiVersion
:
v2
name
:
o
llama
-webui
name
:
o
pen
-webui
description
:
"
Ollama
Web
UI:
A
User-Friendly
Web
Interface
for
Chat
Interactions
👋"
description
:
"
Ollama
Web
UI:
A
User-Friendly
Web
Interface
for
Chat
Interactions
👋"
version
:
1.0.0
version
:
1.0.0
icon
:
https://raw.githubusercontent.com/ollama-webui/ollama-webui/main/static/favicon.png
icon
:
https://raw.githubusercontent.com/ollama-webui/ollama-webui/main/static/favicon.png
kubernetes/helm/values.yaml
View file @
a9805df7
namespace
:
o
llama-namespace
namespace
:
o
pen-webui
ollama
:
ollama
:
replicaCount
:
1
replicaCount
:
1
...
...
kubernetes/manifest/base/ollama-service.yaml
View file @
a9805df7
...
@@ -2,7 +2,7 @@ apiVersion: v1
...
@@ -2,7 +2,7 @@ apiVersion: v1
kind
:
Service
kind
:
Service
metadata
:
metadata
:
name
:
ollama-service
name
:
ollama-service
namespace
:
o
llama-namespace
namespace
:
o
pen-webui
spec
:
spec
:
selector
:
selector
:
app
:
ollama
app
:
ollama
...
...
kubernetes/manifest/base/ollama-statefulset.yaml
View file @
a9805df7
...
@@ -2,7 +2,7 @@ apiVersion: apps/v1
...
@@ -2,7 +2,7 @@ apiVersion: apps/v1
kind
:
StatefulSet
kind
:
StatefulSet
metadata
:
metadata
:
name
:
ollama
name
:
ollama
namespace
:
o
llama-namespace
namespace
:
o
pen-webui
spec
:
spec
:
serviceName
:
"
ollama"
serviceName
:
"
ollama"
replicas
:
1
replicas
:
1
...
...
kubernetes/manifest/base/o
llama-namespace
.yaml
→
kubernetes/manifest/base/o
pen-webui
.yaml
View file @
a9805df7
apiVersion
:
v1
apiVersion
:
v1
kind
:
Namespace
kind
:
Namespace
metadata
:
metadata
:
name
:
ollama-namespace
name
:
open-webui
\ No newline at end of file
\ No newline at end of file
kubernetes/manifest/base/webui-deployment.yaml
View file @
a9805df7
...
@@ -2,7 +2,7 @@ apiVersion: apps/v1
...
@@ -2,7 +2,7 @@ apiVersion: apps/v1
kind
:
Deployment
kind
:
Deployment
metadata
:
metadata
:
name
:
ollama-webui-deployment
name
:
ollama-webui-deployment
namespace
:
o
llama-namespace
namespace
:
o
pen-webui
spec
:
spec
:
replicas
:
1
replicas
:
1
selector
:
selector
:
...
@@ -24,5 +24,5 @@ spec:
...
@@ -24,5 +24,5 @@ spec:
memory
:
"
500Mi"
memory
:
"
500Mi"
env
:
env
:
-
name
:
OLLAMA_API_BASE_URL
-
name
:
OLLAMA_API_BASE_URL
value
:
"
http://ollama-service.o
llama-namespace
.svc.cluster.local:11434/api"
value
:
"
http://ollama-service.o
pen-webui
.svc.cluster.local:11434/api"
tty
:
true
tty
:
true
\ No newline at end of file
kubernetes/manifest/base/webui-ingress.yaml
View file @
a9805df7
...
@@ -2,7 +2,7 @@ apiVersion: networking.k8s.io/v1
...
@@ -2,7 +2,7 @@ apiVersion: networking.k8s.io/v1
kind
:
Ingress
kind
:
Ingress
metadata
:
metadata
:
name
:
ollama-webui-ingress
name
:
ollama-webui-ingress
namespace
:
o
llama-namespace
namespace
:
o
pen-webui
#annotations:
#annotations:
# Use appropriate annotations for your Ingress controller, e.g., for NGINX:
# Use appropriate annotations for your Ingress controller, e.g., for NGINX:
# nginx.ingress.kubernetes.io/rewrite-target: /
# nginx.ingress.kubernetes.io/rewrite-target: /
...
...
kubernetes/manifest/base/webui-service.yaml
View file @
a9805df7
...
@@ -2,7 +2,7 @@ apiVersion: v1
...
@@ -2,7 +2,7 @@ apiVersion: v1
kind
:
Service
kind
:
Service
metadata
:
metadata
:
name
:
ollama-webui-service
name
:
ollama-webui-service
namespace
:
o
llama-namespace
namespace
:
o
pen-webui
spec
:
spec
:
type
:
NodePort
# Use LoadBalancer if you're on a cloud that supports it
type
:
NodePort
# Use LoadBalancer if you're on a cloud that supports it
selector
:
selector
:
...
...
kubernetes/manifest/kustomization.yaml
View file @
a9805df7
resources
:
resources
:
-
base/o
llama-namespace
.yaml
-
base/o
pen-webui
.yaml
-
base/ollama-service.yaml
-
base/ollama-service.yaml
-
base/ollama-statefulset.yaml
-
base/ollama-statefulset.yaml
-
base/webui-deployment.yaml
-
base/webui-deployment.yaml
...
...
kubernetes/manifest/patches/ollama-statefulset-gpu.yaml
View file @
a9805df7
...
@@ -2,7 +2,7 @@ apiVersion: apps/v1
...
@@ -2,7 +2,7 @@ apiVersion: apps/v1
kind
:
StatefulSet
kind
:
StatefulSet
metadata
:
metadata
:
name
:
ollama
name
:
ollama
namespace
:
o
llama-namespace
namespace
:
o
pen-webui
spec
:
spec
:
selector
:
selector
:
matchLabels
:
matchLabels
:
...
...
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