Skip to content

Instantly share code, notes, and snippets.

@bgarcial
Created March 14, 2024 11:50
Show Gist options
  • Save bgarcial/89b7e168bcc350c281ac8d3260becbfc to your computer and use it in GitHub Desktop.
Save bgarcial/89b7e168bcc350c281ac8d3260becbfc to your computer and use it in GitHub Desktop.
Deploying adot addon with awscloudwatchlogs exporter
admissionWebhooks:
namespaceSelector: {}
objectSelector: {}
affinity: {}
collector:
containerLogs:
exporters:
awscloudwatchlogs:
log_group_name: /aws/ADOT/logs
log_stream_name: test
pipelines:
logs:
cloudwatchLogs:
enabled: true
resources:
limits:
cpu: 1000m
memory: 750Mi
requests:
cpu: 300m
memory: 512Mi
serviceAccount:
annotations:
eks.amazonaws.com/role-arn: arn:aws:iam::218610432265:role/jupiter-eks-logs-test-ingesting-logs-from-otel-to-osis
kubeRBACProxy:
resources:
limits:
cpu: 500m
memory: 128Mi
requests:
cpu: 5m
memory: 64Mi
manager:
env:
ENABLE_WEBHOOKS: "true"
resources:
limits:
cpu: 1000m
memory: 128Mi
requests:
cpu: 100m
memory: 64Mi
nodeSelector: {}
replicaCount: 1
tolerations: []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment