homelab/kubernetes/apps/disabled/searxng/redis/service.yaml

14 lines
202 B
YAML
Raw Normal View History

2024-09-24 06:46:33 +00:00
---
apiVersion: v1
kind: Service
metadata:
name: searxng-redis
namespace: public-services
spec:
type: ClusterIP
ports:
- port: 6379
targetPort: 6379
selector:
app: searxng-redis