fix: update freeleaps-data-platform
This commit is contained in:
parent
51cbfbef07
commit
f4df870452
@ -4,6 +4,8 @@ metadata:
|
|||||||
name: doris-cluster
|
name: doris-cluster
|
||||||
namespace: freeleaps-data-platform
|
namespace: freeleaps-data-platform
|
||||||
spec:
|
spec:
|
||||||
|
clusterDomain: "freeleaps.cluster"
|
||||||
|
|
||||||
feSpec:
|
feSpec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
image: apache/doris:2.0.2
|
image: apache/doris:2.0.2
|
||||||
@ -23,6 +25,9 @@ spec:
|
|||||||
beSpec:
|
beSpec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
image: apache/doris:2.0.2
|
image: apache/doris:2.0.2
|
||||||
|
storage:
|
||||||
|
storageSize: "50Gi"
|
||||||
|
storageClassName: "azure-disk-std-ssd-lrs"
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: "2"
|
cpu: "2"
|
||||||
@ -49,4 +54,4 @@ spec:
|
|||||||
prometheus:
|
prometheus:
|
||||||
serviceMonitor:
|
serviceMonitor:
|
||||||
enabled: true
|
enabled: true
|
||||||
namespace: freeleaps-data-platform
|
namespace: freeleaps-monitoring-system
|
||||||
@ -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
|
|
||||||
@ -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
|
||||||
@ -8,6 +8,22 @@ controller:
|
|||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
size: 20Gi
|
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:
|
broker:
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|||||||
@ -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
|
||||||
@ -13,3 +13,4 @@ kubernetes-dashboard,https://kubernetes.github.io/dashboard/,force-update
|
|||||||
grafana,https://grafana.github.io/helm-charts,force-update
|
grafana,https://grafana.github.io/helm-charts,force-update
|
||||||
fluent,https://fluent.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
|
||||||
Loading…
Reference in New Issue
Block a user