53 lines
1.0 KiB
YAML
53 lines
1.0 KiB
YAML
fullnameOverride: "alloy-datascience-a-prd"
|
|
|
|
alloy:
|
|
configMap:
|
|
configFile: datascience.alloy
|
|
|
|
clustering:
|
|
enabled: true
|
|
|
|
extraPorts:
|
|
- name: "otlp-grpc"
|
|
port: 4317
|
|
targetPort: 4317
|
|
protocol: "TCP"
|
|
- name: "otlp-http"
|
|
port: 4318
|
|
targetPort: 4318
|
|
protocol: "TCP"
|
|
|
|
resources:
|
|
requests:
|
|
cpu: 7
|
|
memory: 55Gi
|
|
limits:
|
|
cpu: 7.5
|
|
memory: 60Gi
|
|
|
|
configReloader:
|
|
enabled: true
|
|
|
|
serviceAccount:
|
|
annotations: {
|
|
iam.gke.io/gcp-service-account: sa-dsci-sre-grafna-obs-stk-prd@meesho-datascience-prd-0622.iam.gserviceaccount.com
|
|
}
|
|
|
|
controller:
|
|
# Must be one of 'daemonset', 'deployment', or 'statefulset'.
|
|
type: 'deployment'
|
|
|
|
nodeSelector:
|
|
cloud.google.com/compute-class: "alloy"
|
|
tolerations:
|
|
- key: "cloud.google.com/compute-class"
|
|
operator: "Equal"
|
|
value: "alloy"
|
|
effect: "NoSchedule"
|
|
|
|
autoscaling:
|
|
enabled: true
|
|
minReplicas: 1
|
|
maxReplicas: 50
|
|
targetCPUUtilizationPercentage: 80
|
|
targetMemoryUtilizationPercentage: 60 |