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
82194a5d
Commit
82194a5d
authored
Feb 17, 2024
by
Bjørn Jørgensen
Browse files
more renaming
parent
cf3e8acc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
kubernetes/manifest/base/webui-deployment.yaml
kubernetes/manifest/base/webui-deployment.yaml
+4
-4
kubernetes/manifest/base/webui-ingress.yaml
kubernetes/manifest/base/webui-ingress.yaml
+2
-2
kubernetes/manifest/base/webui-service.yaml
kubernetes/manifest/base/webui-service.yaml
+2
-2
No files found.
kubernetes/manifest/base/webui-deployment.yaml
View file @
82194a5d
apiVersion
:
apps/v1
apiVersion
:
apps/v1
kind
:
Deployment
kind
:
Deployment
metadata
:
metadata
:
name
:
o
llama
-webui-deployment
name
:
o
pen
-webui-deployment
namespace
:
open-webui
namespace
:
open-webui
spec
:
spec
:
replicas
:
1
replicas
:
1
selector
:
selector
:
matchLabels
:
matchLabels
:
app
:
o
llama
-webui
app
:
o
pen
-webui
template
:
template
:
metadata
:
metadata
:
labels
:
labels
:
app
:
o
llama
-webui
app
:
o
pen
-webui
spec
:
spec
:
containers
:
containers
:
-
name
:
o
llama
-webui
-
name
:
o
pen
-webui
image
:
ghcr.io/open-webui/open-webui:main
image
:
ghcr.io/open-webui/open-webui:main
ports
:
ports
:
-
containerPort
:
8080
-
containerPort
:
8080
...
...
kubernetes/manifest/base/webui-ingress.yaml
View file @
82194a5d
apiVersion
:
networking.k8s.io/v1
apiVersion
:
networking.k8s.io/v1
kind
:
Ingress
kind
:
Ingress
metadata
:
metadata
:
name
:
o
llama
-webui-ingress
name
:
o
pen
-webui-ingress
namespace
:
open-webui
namespace
:
open-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:
...
@@ -15,6 +15,6 @@ spec:
...
@@ -15,6 +15,6 @@ spec:
pathType
:
Prefix
pathType
:
Prefix
backend
:
backend
:
service
:
service
:
name
:
o
llama
-webui-service
name
:
o
pen
-webui-service
port
:
port
:
number
:
8080
number
:
8080
kubernetes/manifest/base/webui-service.yaml
View file @
82194a5d
apiVersion
:
v1
apiVersion
:
v1
kind
:
Service
kind
:
Service
metadata
:
metadata
:
name
:
o
llama
-webui-service
name
:
o
pen
-webui-service
namespace
:
open-webui
namespace
:
open-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
:
app
:
o
llama
-webui
app
:
o
pen
-webui
ports
:
ports
:
-
protocol
:
TCP
-
protocol
:
TCP
port
:
8080
port
:
8080
...
...
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