复制项目

This commit is contained in:
kim.dev.6789
2026-01-14 22:16:44 +08:00
parent e2577b8cee
commit e50142a3b9
691 changed files with 97009 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
---
apiVersion: v1
kind: Service
metadata:
name: minio-service
spec:
selector:
app: minio
ports:
- name: minio
protocol: TCP
port: 10005 # External port for accessing MinIO service
targetPort: 9000 # Container port for MinIO service
- name: minio-console
protocol: TCP
port: 19090 # External port for accessing MinIO console
targetPort: 9090 # Container port for MinIO console
type: NodePort