51 lines
902 B
YAML
51 lines
902 B
YAML
image:
|
|
repository: asia-southeast1-docker.pkg.dev/meesho-devops-admin-0622/admin/coroot-node-agent
|
|
pullPolicy: IfNotPresent
|
|
tag: "1.27.0"
|
|
|
|
imagePullSecrets: []
|
|
nameOverride: ""
|
|
fullnameOverride: ""
|
|
updateStrategy:
|
|
type: RollingUpdate
|
|
rollingUpdate:
|
|
maxUnavailable: 1
|
|
podAnnotations: {}
|
|
|
|
priorityClassName: ""
|
|
|
|
resources:
|
|
requests:
|
|
cpu: "100m"
|
|
memory: "50Mi"
|
|
limits:
|
|
cpu: "1"
|
|
memory: "1Gi"
|
|
|
|
port: 80
|
|
scrape: "true"
|
|
|
|
env: []
|
|
|
|
collectorEndpoint: ""
|
|
apiKey: ""
|
|
|
|
metricsEndpoint: ""
|
|
scrapeInterval: ""
|
|
|
|
tracesEndpoint: ""
|
|
logsEndpoint: ""
|
|
profilesEndpoint: ""
|
|
|
|
tolerations:
|
|
- operator: Exists
|
|
|
|
affinity: {}
|
|
# nodeAffinity:
|
|
# requiredDuringSchedulingIgnoredDuringExecution:
|
|
# nodeSelectorTerms:
|
|
# - matchExpressions:
|
|
# - key: eks.amazonaws.com/compute-type
|
|
# operator: NotIn
|
|
# values:
|
|
# - fargate |