adding openwebui
This commit is contained in:
@@ -15,6 +15,7 @@ spec:
|
||||
labels:
|
||||
app: searxng
|
||||
spec:
|
||||
enableServiceLinks: false
|
||||
containers:
|
||||
- name: searxng
|
||||
image: searxng/searxng:latest
|
||||
@@ -27,6 +28,13 @@ spec:
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
name: searxng-port
|
||||
resources:
|
||||
requests:
|
||||
cpu: "100m"
|
||||
memory: "256Mi"
|
||||
limits:
|
||||
cpu: "500m"
|
||||
memory: "512Mi"
|
||||
volumeMounts:
|
||||
- name: searxng-config
|
||||
mountPath: /etc/searxng
|
||||
|
||||
Reference in New Issue
Block a user