Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7fd6b6d2c5 | |||
| 11eda427c5 | |||
| 86c2e0a216 |
@@ -1,33 +0,0 @@
|
|||||||
starrocksCluster:
|
|
||||||
enabledBe: false
|
|
||||||
enabledCn: true
|
|
||||||
starrocksCnSpec:
|
|
||||||
autoScalingPolicy:
|
|
||||||
maxReplicas: 10
|
|
||||||
minReplicas: 1
|
|
||||||
replicas: 1
|
|
||||||
resources:
|
|
||||||
limits:
|
|
||||||
cpu: 4000m
|
|
||||||
memory: 8Gi
|
|
||||||
requests:
|
|
||||||
cpu: 2000m
|
|
||||||
memory: 4Gi
|
|
||||||
starrocksFESpec:
|
|
||||||
replicas: 1
|
|
||||||
resources:
|
|
||||||
limits:
|
|
||||||
cpu: 2000m
|
|
||||||
memory: 4Gi
|
|
||||||
requests:
|
|
||||||
cpu: 1000m
|
|
||||||
memory: 2Gi
|
|
||||||
starrocksFeProxySpec:
|
|
||||||
enabled: true
|
|
||||||
resources:
|
|
||||||
limits:
|
|
||||||
cpu: 1000m
|
|
||||||
memory: 2Gi
|
|
||||||
requests:
|
|
||||||
cpu: 500m
|
|
||||||
memory: 1Gi
|
|
||||||
@@ -1,13 +0,0 @@
|
|||||||
starrocksCnSpec:
|
|
||||||
storageSpec:
|
|
||||||
logStorageSize: 20Gi
|
|
||||||
name: cn
|
|
||||||
spillStorageSize: 10Gi
|
|
||||||
storageClassName: standard-rwo
|
|
||||||
storageSize: 100Gi
|
|
||||||
starrocksFESpec:
|
|
||||||
storageSpec:
|
|
||||||
logStorageSize: 5Gi
|
|
||||||
name: fe
|
|
||||||
storageClassName: standard-rwo
|
|
||||||
storageSize: 10Gi
|
|
||||||
@@ -1,80 +0,0 @@
|
|||||||
#version: starrocks, 1.11.3-4.0.0
|
|
||||||
initPassword:
|
|
||||||
enabled: true
|
|
||||||
password: ""
|
|
||||||
passwordSecret: "demo01-star1-infisicalsecret"
|
|
||||||
|
|
||||||
timeZone: Asia/Seoul
|
|
||||||
|
|
||||||
starrocksCluster:
|
|
||||||
enabledBe: false
|
|
||||||
enabledCn: true
|
|
||||||
|
|
||||||
starrocksFESpec:
|
|
||||||
replicas: 1
|
|
||||||
runAsNonRoot: "false"
|
|
||||||
service:
|
|
||||||
type: LoadBalancer
|
|
||||||
loadbalancerIP: "34.64.109.9"
|
|
||||||
loadBalancerSourceRanges:
|
|
||||||
- "13.124.10.134/32"
|
|
||||||
- "43.200.81.130/32"
|
|
||||||
- "125.141.12.182/32"
|
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
cpu: 300m
|
|
||||||
memory: 1Gi
|
|
||||||
limits:
|
|
||||||
cpu: 2
|
|
||||||
memory: 4Gi
|
|
||||||
storageSpec:
|
|
||||||
name: fe
|
|
||||||
storageClassName: "standard-rwo"
|
|
||||||
storageSize: 10Gi
|
|
||||||
logStorageSize: 5Gi
|
|
||||||
|
|
||||||
nodeSelector: {}
|
|
||||||
affinity: {}
|
|
||||||
tolerations: []
|
|
||||||
|
|
||||||
config: |
|
|
||||||
run_mode = shared_data
|
|
||||||
cloud_native_storage_type = S3
|
|
||||||
aws_s3_endpoint = http://minio.minio.svc.cluster.local
|
|
||||||
|
|
||||||
aws_s3_path = starrocks
|
|
||||||
|
|
||||||
aws_s3_access_key = adminuser
|
|
||||||
aws_s3_secret_key = Paasupgke1234!
|
|
||||||
aws_s3_use_instance_profile = false
|
|
||||||
aws_s3_use_aws_sdk_default_behavior = false
|
|
||||||
|
|
||||||
enable_load_volume_from_conf = true
|
|
||||||
|
|
||||||
|
|
||||||
starrocksCnSpec:
|
|
||||||
replicas: 1
|
|
||||||
runAsNonRoot: "false"
|
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
cpu: 300m
|
|
||||||
memory: 2Gi
|
|
||||||
limits:
|
|
||||||
cpu: 2
|
|
||||||
memory: 4Gi
|
|
||||||
storageSpec:
|
|
||||||
name: be
|
|
||||||
storageClassName: "standard-rwo"
|
|
||||||
storageSize: 15Gi
|
|
||||||
logStorageSize: 10Gi
|
|
||||||
nodeSelector: {}
|
|
||||||
affinity: {}
|
|
||||||
tolerations: []
|
|
||||||
autoScalingPolicy: {}
|
|
||||||
|
|
||||||
|
|
||||||
starrocksFeProxySpec:
|
|
||||||
enabled: true
|
|
||||||
resolver: "kube-dns.kube-system.svc.cluster.local"
|
|
||||||
service:
|
|
||||||
type: ClusterIP
|
|
||||||
@@ -0,0 +1,16 @@
|
|||||||
|
controller:
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpu: 500m
|
||||||
|
memory: 1Gi
|
||||||
|
requests:
|
||||||
|
cpu: 200m
|
||||||
|
memory: 512Mi
|
||||||
|
webhook:
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpu: 200m
|
||||||
|
memory: 512Mi
|
||||||
|
requests:
|
||||||
|
cpu: 100m
|
||||||
|
memory: 256Mi
|
||||||
@@ -0,0 +1,43 @@
|
|||||||
|
#version: spark-operator, 2.0.2
|
||||||
|
image:
|
||||||
|
registry: docker.io
|
||||||
|
repository: kubeflow/spark-operator
|
||||||
|
tag: "2.0.2"
|
||||||
|
|
||||||
|
controller:
|
||||||
|
workers: 10
|
||||||
|
|
||||||
|
logLevel: info
|
||||||
|
|
||||||
|
uiService:
|
||||||
|
enable: true
|
||||||
|
uiIngress:
|
||||||
|
enable: true
|
||||||
|
urlFormat: "spark-operator.gke.paasup.io/{{$appNamespace}}/{{$appName}}"
|
||||||
|
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpu: 100m
|
||||||
|
memory: 300Mi
|
||||||
|
requests:
|
||||||
|
cpu: 100m
|
||||||
|
memory: 300Mi
|
||||||
|
|
||||||
|
workqueueRateLimiter:
|
||||||
|
bucketQPS: 50
|
||||||
|
bucketSize: 500
|
||||||
|
maxDelay:
|
||||||
|
enable: true
|
||||||
|
duration: 6h
|
||||||
|
|
||||||
|
webhook:
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpu: 100m
|
||||||
|
memory: 300Mi
|
||||||
|
requests:
|
||||||
|
cpu: 100m
|
||||||
|
memory: 300Mi
|
||||||
|
|
||||||
|
spark:
|
||||||
|
jobNamespaces: []
|
||||||
Reference in New Issue
Block a user