标签:toc dep ice label selector node type yaml文件示例 meta
apiVersion: v1
kind: Service
metadata:
name: zookeeper-service
labels:
app: zookeeper
spec:
type: NodePort
ports:
- port: 2181
name: zookeeper
nodePort: 32181
protocol: TCP
selector:
app: zookeeper
标签:toc dep ice label selector node type yaml文件示例 meta
原文地址:https://www.cnblogs.com/kuzi/p/14395070.html