50 lines
943 B
YAML
50 lines
943 B
YAML
fullnameOverride: "alloy-demand-prd"
|
|
|
|
alloy:
|
|
configMap:
|
|
configFile: demand.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: 14
|
|
memory: 115Gi
|
|
|
|
configReloader:
|
|
enabled: true
|
|
|
|
serviceAccount:
|
|
annotations: {
|
|
iam.gke.io/gcp-service-account: sa-dmnd-sre-grafna-obs-stk-prd@meesho-demand-prd-0622.iam.gserviceaccount.com
|
|
}
|
|
|
|
controller:
|
|
# Must be one of 'daemonset', 'deployment', or 'statefulset'.
|
|
type: 'deployment'
|
|
|
|
nodeSelector:
|
|
dedicated: "alloy"
|
|
tolerations:
|
|
- key: "dedicated"
|
|
operator: "Equal"
|
|
value: "alloy"
|
|
effect: "NoSchedule"
|
|
|
|
autoscaling:
|
|
enabled: true
|
|
minReplicas: 1
|
|
maxReplicas: 50
|
|
targetCPUUtilizationPercentage: 80
|
|
targetMemoryUtilizationPercentage: 80 |