Files
home-cluster-ops/infrastructures/redis-insight/base/service.yaml

17 lines
296 B
YAML

apiVersion: v1
kind: Service
metadata:
name: redis-insight
namespace: redis
labels:
app.kubernetes.io/name: redis-insight
spec:
type: ClusterIP
ports:
- port: 5540
targetPort: 5540
protocol: TCP
name: http
selector:
app.kubernetes.io/name: redis-insight