Update example for metrics and trafic routers
Signed-off-by: Robert Macaulay <robert.macaulay@gmail.com>
This commit is contained in:
parent
62008bc45c
commit
da2d016140
1 changed files with 6 additions and 8 deletions
|
@ -209,15 +209,13 @@ controller:
|
||||||
|
|
||||||
# -- Configures 3rd party metric providers for controller
|
# -- Configures 3rd party metric providers for controller
|
||||||
## Ref: https://argo-rollouts.readthedocs.io/en/stable/analysis/plugins/
|
## Ref: https://argo-rollouts.readthedocs.io/en/stable/analysis/plugins/
|
||||||
metricProviderPlugins: {}
|
metricProviderPlugins: []
|
||||||
# metricProviderPlugins:
|
|
||||||
# - name: "argoproj-labs/sample-prometheus" # name of the plugin, it must match the name required by the plugin so that it can find its configuration
|
# - name: "argoproj-labs/sample-prometheus" # name of the plugin, it must match the name required by the plugin so that it can find its configuration
|
||||||
# location: "file://./my-custom-plugin" # supports http(s):// urls and file://
|
# location: "file://./my-custom-plugin" # supports http(s):// urls and file://
|
||||||
|
|
||||||
# -- Configures 3rd party traffic router plugins for controller
|
# -- Configures 3rd party traffic router plugins for controller
|
||||||
## Ref: https://argo-rollouts.readthedocs.io/en/stable/features/traffic-management/plugins/
|
## Ref: https://argo-rollouts.readthedocs.io/en/stable/features/traffic-management/plugins/
|
||||||
trafficRouterPlugins: {}
|
trafficRouterPlugins: []
|
||||||
# trafficRouterPlugins:
|
|
||||||
# - name: "argoproj-labs/sample-nginx" # name of the plugin, it must match the name required by the plugin so it can find it's configuration
|
# - name: "argoproj-labs/sample-nginx" # name of the plugin, it must match the name required by the plugin so it can find it's configuration
|
||||||
# location: "file://./my-custom-plugin" # supports http(s):// urls and file://
|
# location: "file://./my-custom-plugin" # supports http(s):// urls and file://
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue