Skip to content

Commit

Permalink
⚡ add OTEL_LOGS_EXPORTER
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Luisi committed Jun 24, 2024
1 parent 45d38c8 commit 962da4a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions app/app-config.production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ kubernetes:
# and an external cloud storage when deploying TechDocs for production use-case.
# https://backstage.io/docs/features/techdocs/how-to-guides#how-to-migrate-from-techdocs-basic-to-recommended-deployment-approach

aws:
accounts:
- accountId: ${AWS_ACCOUNT_ID}
accessKeyId: ${AWS_ACCESS_KEY_ID}
secretAccessKey: ${AWS_SECRET_ACCESS_KEY}

techdocs:
builder: "external" # Alternatives - 'external'
# generator:
Expand All @@ -73,9 +79,8 @@ techdocs:
type: "awsS3"
awsS3:
bucketName: ${TECHDOCS_BUCKET}
accountId: ${AWS_ACCOUNT_ID}
region: ${AWS_REGION}
credentials:
roleArn: ${AWS_ROLE}

proxy:
"/argocd/api":
Expand Down

0 comments on commit 962da4a

Please sign in to comment.