大量更新

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

@@ -2,7 +2,7 @@ kind: Service
apiVersion: v1
metadata:
name: doris-cluster-be-service
namespace: xakny
namespace: 命名空间
labels:
app.kubernetes.io/component: doris-cluster-be
spec:
@@ -29,4 +29,22 @@ spec:
nodePort: 31627
selector:
app.kubernetes.io/component: doris-cluster-be
type: NodePort
type: NodePort
---
kind: Service
apiVersion: v1
metadata:
namespace: 命名空间
name: doris-cluster-be-internal
labels:
app.kubernetes.io/component: doris-cluster-be-internal
spec:
ports:
- name: heartbeat-port
protocol: TCP
port: 9050
targetPort: 9050
selector:
app.kubernetes.io/component: doris-cluster-be
clusterIP: None
type: ClusterIP