Skip to content

Instantly share code, notes, and snippets.

@zinref
Last active April 3, 2020 02:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zinref/b875ad80a373f8aaa649266a3a6747a6 to your computer and use it in GitHub Desktop.
Save zinref/b875ad80a373f8aaa649266a3a6747a6 to your computer and use it in GitHub Desktop.
Avengers Environment Config CRD
# staging namespace configuration
staging:
# how many times the component should be tested?
maxRetry: 3
deployment:
# how long of service deployment should be ready?
timeout: 5m
engine: helm3
# testing flow configuration for running against staging namespace
testRunner:
# how long testing flow should take?
timeout: 4m
# polling time to verify finished status in ci
pollingTime: 5s
# ci configuration
# in case that you have your ci, currently we support teamcity
testMock:
result: true
# active namespace configuration
activePromotion:
# how long idle time of old active namespace before destroying?
tearDownDuration: 10s
timeout: 10m
# how many active promotion histories to store in etcd?
maxHistories: 2
deployment:
# same as staging deployment configuration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment