1
0
Fork 0
upl/deployments/k8s/example-redis-service.yaml

13 lines
162 B
YAML

apiVersion: v1
kind: Service
metadata:
name: upl-redis
spec:
ports:
- port: 6379
selector:
app: upl-redis
type: ClusterIP
# vim: set et ts=2 sw=2: