mirror of
https://github.com/fluxcd/flagger.git
synced 2026-03-02 17:51:00 +00:00
21 lines
610 B
YAML
21 lines
610 B
YAML
apiVersion: v1
|
|
name: loadtester
|
|
version: 0.1.0
|
|
appVersion: 0.1.0
|
|
kubeVersion: ">=1.11.0-0"
|
|
engine: gotpl
|
|
description: Flagger's load testing services based on rakyll/hey that generates traffic during canary analysis when configured as a webhook.
|
|
home: https://docs.flagger.app
|
|
icon: https://raw.githubusercontent.com/stefanprodan/flagger/master/docs/logo/flagger-icon.png
|
|
sources:
|
|
- https://github.com/stefanprodan/flagger
|
|
maintainers:
|
|
- name: stefanprodan
|
|
url: https://github.com/stefanprodan
|
|
email: stefanprodan@users.noreply.github.com
|
|
keywords:
|
|
- canary
|
|
- istio
|
|
- gitops
|
|
- load testing
|