Files
infra-prod/deploy/redis/redis-lb.yaml
2025-03-30 14:09:32 +02:00

17 lines
238 B
YAML

apiVersion: v1
kind: Service
metadata:
name: redis-lb
namespace: redis
labels:
app: redis
spec:
selector:
app: redis
ports:
- port: 6379
targetPort: 6379
protocol: TCP
name: redis
type: ClusterIP