This commit is contained in:
2025-12-05 18:13:42 +08:00
parent 46aac745c2
commit af9e99b444
17 changed files with 291 additions and 120 deletions

View File

@@ -4,25 +4,22 @@ metadata:
name: kevisual-external
namespace: default
spec:
type: ClusterIP
clusterIP: None
ports:
- port: 3005
targetPort: 3005
protocol: TCP
name: http
---
apiVersion: discovery.k8s.io/v1
kind: EndpointSlice
apiVersion: v1
kind: Endpoints
metadata:
name: kevisual-external
namespace: default
labels:
kubernetes.io/service-name: kevisual-external
addressType: IPv4
ports:
- name: http
protocol: TCP
port: 3005
endpoints:
subsets:
- addresses:
- "118.196.32.29"
- ip: 118.196.32.29
ports:
- port: 3005
name: http
protocol: TCP