feat: add searxng deployment, service, and persistent volume claim

This commit is contained in:
2025-04-18 05:40:17 +05:30
parent 3c7df1d1e8
commit 1652b3ef5d
3 changed files with 62 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
---
apiVersion: v1
kind: Service
metadata:
name: searxng-service
namespace: default
spec:
selector:
app: searxng
type: NodePort
ports:
- port: 8080
targetPort: 8080
nodePort: 8085
protocol: TCP