123456789101112131415161718192021222324252627282930 |
- apiVersion: v1
- kind: Service
- metadata:
- annotations:
- service.beta.kubernetes.io/alicloud-loadbalancer-address-type: intranet
- creationTimestamp: "2023-02-19T17:20:11Z"
- name: cloud-gateway-svc
- namespace: default
- resourceVersion: "36913218"
- uid: b7954b42-2485-475c-9dfa-0b4295b70ae2
- spec:
- clusterIP: 172.21.15.58
- clusterIPs:
- - 172.21.15.58
- externalTrafficPolicy: Cluster
- ipFamilies:
- - IPv4
- ipFamilyPolicy: SingleStack
- ports:
- - name: gateway
- nodePort: 31382
- port: 9999
- protocol: TCP
- targetPort: 9999
- selector:
- app: cloud-gateway
- sessionAffinity: None
- type: ClusterIP
- status:
- loadBalancer: {}
|