fix: update freeleaps-data-platform

This commit is contained in:
Joe 2025-05-09 17:52:53 +08:00
parent 51cbfbef07
commit f4df870452
6 changed files with 69 additions and 10 deletions

View File

@ -4,6 +4,8 @@ metadata:
name: doris-cluster
namespace: freeleaps-data-platform
spec:
clusterDomain: "freeleaps.cluster"
feSpec:
replicas: 1
image: apache/doris:2.0.2
@ -23,6 +25,9 @@ spec:
beSpec:
replicas: 1
image: apache/doris:2.0.2
storage:
storageSize: "50Gi"
storageClassName: "azure-disk-std-ssd-lrs"
resources:
requests:
cpu: "2"
@ -49,4 +54,4 @@ spec:
prometheus:
serviceMonitor:
enabled: true
namespace: freeleaps-data-platform
namespace: freeleaps-monitoring-system

View File

@ -1,8 +0,0 @@
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
name: doris-storage
provisioner: kubernetes.io/azure-disk
parameters:
storageaccounttype: Standard_LRS
kind: Managed

View File

@ -0,0 +1,13 @@
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: pinot-dot-mathmast-dot-com
namespace: freeleaps-data-platform
spec:
commonName: pinot.mathmast.com
dnsNames:
- pinot.mathmast.com
issuerRef:
kind: ClusterIssuer
name: mathmast-dot-com
secretName: pinot-dot-mathmast-dot-com-tls

View File

@ -8,6 +8,22 @@ controller:
persistence:
enabled: true
size: 20Gi
ingress:
enabled: true
annotations:
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/rewrite-target: /$2
cluster-issuer: mathmast-dot-com
hosts:
- host: pinot.freeleaps.com
paths:
- path: /pinot(/|$)(.*)
pathType: Prefix
port: 9000
tls:
- secretName: pinot-dot-mathmast-dot-com-tls
hosts:
- pinot.freeleaps.com
broker:
replicaCount: 1

View File

@ -0,0 +1,32 @@
starrocks:
initPassword:
enabled: true
# 设置密码 secret例如
# kubectl create secret generic starrocks-root-pass --from-literal=password='g()()dpa$$word'
passwordSecret: starrocks-root-pass
starrocksFESpec:
replicas: 3
service:
type: LoadBalancer
resources:
requests:
cpu: 1
memory: 1Gi
storageSpec:
name: fe
starrocksBeSpec:
replicas: 3
resources:
requests:
cpu: 1
memory: 2Gi
storageSpec:
name: be
storageSize: 15Gi
starrocksFeProxySpec:
enabled: true
service:
type: LoadBalancer

View File

@ -12,4 +12,5 @@ descheduler,https://kubernetes-sigs.github.io/descheduler/,force-update
kubernetes-dashboard,https://kubernetes.github.io/dashboard/,force-update
grafana,https://grafana.github.io/helm-charts,force-update
fluent,https://fluent.github.io/helm-charts,force-update
pinot,https://raw.githubusercontent.com/apache/pinot/master/helm,force-update
pinot,https://raw.githubusercontent.com/apache/pinot/master/helm,force-update
starrocks,https://starrocks.github.io/starrocks-kubernetes-operator