Files
devops-infra-helm-charts-gcp/helm-overrides/gke-datascience-prd-as1a/alloy/custom-values.yaml
T
2026-08-26 03:39:42 +05:30

50 lines
998 B
YAML

fullnameOverride: "alloy-datascience-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
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: 4
maxReplicas: 50
targetCPUUtilizationPercentage: 80
targetMemoryUtilizationPercentage: 80