This commit is contained in:
2025-11-28 00:38:25 +08:00
parent 417fcf897c
commit 6ad93db655
4 changed files with 81 additions and 26 deletions

View File

@@ -11,22 +11,28 @@ spec:
protocol: TCP
name: http
---
apiVersion: discovery.k8s.io/v1
kind: EndpointSlice
apiVersion: v1
kind: Endpoints
metadata:
name: newapi-external
namespace: default
labels:
kubernetes.io/service-name: newapi-external
addressType: IPv4
ports:
- name: http
protocol: TCP
port: 3000
endpoints:
subsets:
- addresses:
- "118.196.32.29"
- ip: "118.196.32.29"
ports:
- name: http
port: 3000
protocol: TCP
metadata:
name: minio-external
namespace: default
subsets:
- addresses:
- ip: "118.196.32.29"
ports:
- name: http
port: 9000
protocol: TCP
---
# Kevisual - newapi.kevisual.cn (支持 WebSocket)
apiVersion: traefik.io/v1alpha1