c0e29c622c
update yaml to current deployment manifest defaults and try for more pairity between kube-deploy.yml and k8s-specifications
17 lines
221 B
YAML
17 lines
221 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
labels:
|
|
app: redis
|
|
name: redis
|
|
namespace: vote
|
|
spec:
|
|
type: ClusterIP
|
|
ports:
|
|
- name: "redis-service"
|
|
port: 6379
|
|
targetPort: 6379
|
|
selector:
|
|
app: redis
|
|
|