add searxng

This commit is contained in:
2025-08-18 03:02:40 +02:00
parent 9c61d47fda
commit 07c32643e7
8 changed files with 114 additions and 0 deletions

14
apps/searxng/service.yaml Normal file
View File

@@ -0,0 +1,14 @@
---
apiVersion: v1
kind: Service
metadata:
name: searxng
namespace: searxng
spec:
selector:
app: searxng
ports:
- protocol: TCP
port: 8080
targetPort: 8080
type: ClusterIP