Created
March 14, 2024 11:50
-
-
Save bgarcial/89b7e168bcc350c281ac8d3260becbfc to your computer and use it in GitHub Desktop.
Deploying adot addon with awscloudwatchlogs exporter
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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