homelab/kubernetes/apps/production/searxng/service.yaml

14 lines
198 B
YAML
Raw Normal View History

2024-09-24 06:01:24 +00:00
---
apiVersion: v1
kind: Service
metadata:
name: searxng-service
namespace: public-services
spec:
type: ClusterIP
ports:
- port: 8080
targetPort: 8080
selector:
app: searxng