大量更新

This commit is contained in:
zeaslity
2026-05-19 14:28:44 +08:00
parent a8f6bda703
commit 9fc3372fa3
5299 changed files with 423176 additions and 426690 deletions

View File

@@ -0,0 +1,24 @@
apiVersion: v1
kind: Service
metadata:
name: external-mysql
namespace: zjyd
spec:
type: ClusterIP
ports:
- name: my-port
port: 13306
targetPort: 13306
selector: {} # 选择器为空,表示不选择任何 Pod
---
apiVersion: v1
kind: Endpoints
metadata:
name: external-mysql
namespace: zjyd
subsets:
- addresses:
- ip: 192.168.10.10
ports:
- port: 33061