cloudnet-compose/k8s-specifications/redis-service.yaml

13 lines
152 B
YAML
Raw Normal View History

2018-03-05 12:57:48 +01:00
apiVersion: v1
kind: Service
metadata:
name: redis
spec:
type: ClusterIP
ports:
- port: 6379
targetPort: 6379
selector:
app: redis