2025-05-09 02:14:16 +00:00
|
|
|
apiVersion: doris.apache.com/v1
|
|
|
|
|
kind: DorisCluster
|
|
|
|
|
metadata:
|
|
|
|
|
name: doris-cluster
|
|
|
|
|
namespace: freeleaps-data-platform
|
|
|
|
|
spec:
|
2025-05-09 09:52:53 +00:00
|
|
|
clusterDomain: "freeleaps.cluster"
|
|
|
|
|
|
2025-05-09 02:14:16 +00:00
|
|
|
feSpec:
|
|
|
|
|
replicas: 1
|
|
|
|
|
image: apache/doris:2.0.2
|
|
|
|
|
resources:
|
|
|
|
|
requests:
|
|
|
|
|
cpu: "1"
|
|
|
|
|
memory: "2Gi"
|
|
|
|
|
limits:
|
|
|
|
|
cpu: "2"
|
|
|
|
|
memory: "4Gi"
|
|
|
|
|
service:
|
|
|
|
|
type: ClusterIP
|
|
|
|
|
configMap:
|
|
|
|
|
fe.conf: |
|
|
|
|
|
JAVA_OPTS="-Xmx2048m -XX:+UseG1GC"
|
|
|
|
|
|
|
|
|
|
beSpec:
|
|
|
|
|
replicas: 1
|
|
|
|
|
image: apache/doris:2.0.2
|
2025-05-09 09:52:53 +00:00
|
|
|
storage:
|
|
|
|
|
storageSize: "50Gi"
|
|
|
|
|
storageClassName: "azure-disk-std-ssd-lrs"
|
2025-05-09 02:14:16 +00:00
|
|
|
resources:
|
|
|
|
|
requests:
|
|
|
|
|
cpu: "2"
|
|
|
|
|
memory: "4Gi"
|
|
|
|
|
limits:
|
|
|
|
|
cpu: "4"
|
|
|
|
|
memory: "8Gi"
|
|
|
|
|
storage:
|
|
|
|
|
storageSize: "50Gi"
|
|
|
|
|
storageClassName: "standard"
|
|
|
|
|
configMap:
|
|
|
|
|
be.conf: |
|
|
|
|
|
JAVA_OPTS="-Xmx8192m -XX:+UseG1GC"
|
|
|
|
|
BE_ADDR=${POD_IP}:9060
|
|
|
|
|
BE_HTTP_PORT=8040
|
|
|
|
|
BE_PORT=9060
|
|
|
|
|
HEARTBEAT_SERVICE_PORT=9050
|
|
|
|
|
BRPC_PORT=8060
|
|
|
|
|
|
|
|
|
|
feAddress: doris-cluster-fe-service
|
|
|
|
|
|
|
|
|
|
monitoring:
|
|
|
|
|
enabled: true
|
|
|
|
|
prometheus:
|
|
|
|
|
serviceMonitor:
|
|
|
|
|
enabled: true
|
2025-05-09 09:52:53 +00:00
|
|
|
namespace: freeleaps-monitoring-system
|