Created
October 25, 2020 12:25
-
-
Save amitlt/e28f339d135c7d158ea26188d4f7d26f to your computer and use it in GitHub Desktop.
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
kind: ConfigMap | |
apiVersion: v1 | |
metadata: | |
name: mousetrap-config | |
data: | |
config.yml: | | |
general: | |
port: 3000 | |
scanTimeout: 3600 | |
markStaleAfter: 4000 | |
pollingInterval: 5 | |
maxScanAttempts: 5 | |
clamd: | |
host: localhost | |
port: 3310 | |
storage: s3 | |
dynamodb: | |
tableName: mousetrap | |
region: us-east-1 | |
sqs: | |
url: "https://sqs.us-east-1.amazonaws.com/123456789/mousetrap-pending-scans" | |
pollingInterval: 20 | |
visibilityTimeout: 30 | |
region: us-east-1 | |
sns: | |
topicArn: "arn:aws:sns:us-east-1:123456789:mousetrap-scan-results" | |
region: us-east-1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment