PHP容器化demo
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

24 lines
449 B

# gq-hello-nginx-service.yaml
#
# @version 180719:1
# @author zhangxuhong <zhangxuhong@xitu.io>
kind: Service
apiVersion: v1
metadata:
name: gq-hello-nginx
labels:
name: gq-hello-nginx
role: backend
pl: c
application: nginx
version: 1.14.0
division: infrastructure
spec:
ports:
- port: 80
targetPort: gq-hello-nginx
protocol: TCP
name: gq-hello-nginx
selector:
name: gq-hello-nginx