cloudnet-compose/k8s-specifications/redis-service.yaml
2018-10-09 21:51:59 +02:00

14 lines
170 B
YAML

apiVersion: v1
kind: Service
metadata:
name: redis
namespace: vote
spec:
type: ClusterIP
ports:
- port: 6379
targetPort: 6379
selector:
app: redis