This commit is contained in:
2025-11-27 17:24:12 +08:00
parent a8f4a4d970
commit e28cb7088b
4 changed files with 295 additions and 7 deletions

View File

@@ -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"