Files
2023-05-22 01:11:41 +02:00

17 lines
280 B
YAML

apiVersion: v1
kind: Service
metadata:
labels:
application: kube-ops-view
component: redis
name: kube-ops-view-redis
spec:
selector:
application: kube-ops-view
component: redis
type: ClusterIP
ports:
- port: 6379
protocol: TCP
targetPort: 6379