This commit is contained in:
DeveloperDurp 2026-01-18 06:58:20 -06:00
parent 6799a84f65
commit 5e39fb1a1d
7 changed files with 43 additions and 33 deletions

View file

@ -0,0 +1,24 @@
apiVersion: apps/v1
kind: Deployment
metadata:
namespace: searxng
name: searxng
labels:
app: searxng
spec:
selector:
matchLabels:
app: searxng
replicas: 1
template:
metadata:
labels:
app: searxng
spec:
containers:
- name: searxng
image: registry.durp.info/searxng/searxng:latest
imagePullPolicy: Always
ports:
- name: http
containerPort: 8080