add ingress, pvc, svc and deployment for searxng
Validate Kubernetes Manifests / kubeconform (pull_request) Successful in 18s

This commit is contained in:
2025-12-28 10:46:11 +05:30
parent 6f586def7d
commit d12f160ccd
4 changed files with 88 additions and 0 deletions
@@ -0,0 +1,12 @@
---
apiVersion: v1
kind: Service
metadata:
name: searxng-service
namespace: tools
spec:
selector:
app: searxng
ports:
- port: 8080
targetPort: 8080