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
415 B

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