Files
rancher_community-catalog/kubernetes-templates/wordpress/0/wordpress-service.yaml
T
2016-03-09 18:16:49 -07:00

15 lines
312 B
YAML

apiVersion: v1
kind: Service
metadata:
labels:
name: wpfrontend
name: wpfrontend
spec:
ports:
# the port that this service should serve on
- port: 80
# label keys and values that must match in order to receive traffic for this service
selector:
name: wordpress
type: LoadBalancer