added repo
This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
fullnameOverride: "alloy-infra-prd"
|
||||
|
||||
alloy:
|
||||
configMap:
|
||||
configFile: admin.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: 3
|
||||
memory: 12Gi
|
||||
|
||||
configReloader:
|
||||
enabled: true
|
||||
|
||||
serviceAccount:
|
||||
annotations: {
|
||||
iam.gke.io/gcp-service-account: sa-infr-sre-obs-prd@meesho-admin-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
|
||||
Reference in New Issue
Block a user