大量更新

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-fe-service
namespace: xakny
namespace: 命名空间
labels:
app.kubernetes.io/component: doris-cluster-fe
spec:
@@ -29,4 +29,22 @@ spec:
nodePort: 31623
selector:
app.kubernetes.io/component: doris-cluster-fe
type: NodePort
type: NodePort
---
kind: Service
apiVersion: v1
metadata:
name: doris-cluster-fe-internal
namespace: 命名空间
labels:
app.kubernetes.io/component: doris-cluster-fe
spec:
ports:
- name: query-port
protocol: TCP
port: 9030
targetPort: 9030
selector:
app.kubernetes.io/component: doris-cluster-fe
clusterIP: None
type: ClusterIP