homelab/kubernetes/apps/production/searxng/service.yaml
Liam 767985e5d5
Some checks failed
Check Kubernetes YAMLs / scan (push) Failing after 21s
feat(apps): add searxng
2024-09-24 07:01:24 +01:00

14 lines
198 B
YAML

---
apiVersion: v1
kind: Service
metadata:
name: searxng-service
namespace: public-services
spec:
type: ClusterIP
ports:
- port: 8080
targetPort: 8080
selector:
app: searxng