update
This commit is contained in:
@@ -11,14 +11,18 @@ spec:
|
||||
protocol: TCP
|
||||
name: http
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Endpoints
|
||||
apiVersion: discovery.k8s.io/v1
|
||||
kind: EndpointSlice
|
||||
metadata:
|
||||
name: kevisual-external
|
||||
namespace: default
|
||||
subsets:
|
||||
labels:
|
||||
kubernetes.io/service-name: kevisual-external
|
||||
addressType: IPv4
|
||||
ports:
|
||||
- name: http
|
||||
protocol: TCP
|
||||
port: 3005
|
||||
endpoints:
|
||||
- addresses:
|
||||
- ip: 118.196.32.29
|
||||
ports:
|
||||
- port: 3005
|
||||
name: http
|
||||
- "118.196.32.29"
|
||||
Reference in New Issue
Block a user