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

13 lines
162 B
YAML
Raw Normal View History

2021-05-24 08:54:38 +08:00
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: