Skip to content

Instantly share code, notes, and snippets.

@amitlt
Created October 25, 2020 12:25
Show Gist options
  • Save amitlt/e28f339d135c7d158ea26188d4f7d26f to your computer and use it in GitHub Desktop.
Save amitlt/e28f339d135c7d158ea26188d4f7d26f to your computer and use it in GitHub Desktop.
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