Update CRD with req duration metric

This commit is contained in:
Stefan Prodan
2018-09-28 13:28:12 +03:00
parent 7c96e8b081
commit 5adbcd5189
8 changed files with 98 additions and 45 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v1
name: steerer
version: 0.0.1
appVersion: 0.0.1-beta.5
appVersion: 0.0.1-beta.9
description: Steerer is a Kubernetes operator that automates the promotion of canary deployments using Istio routing for traffic shifting and Prometheus metrics for canary analysis.
+12 -10
View File
@@ -44,15 +44,17 @@ spec:
type: string
weight:
type: number
metric:
metrics:
type: array
properties:
type:
type: string
name:
type: string
interval:
type: string
pattern: "^[0-9]+(m)"
threshold:
type: number
items:
type: object
properties:
name:
type: string
interval:
type: string
pattern: "^[0-9]+(m)"
threshold:
type: number
{{- end }}
+1 -1
View File
@@ -2,7 +2,7 @@
image:
repository: stefanprodan/steerer
tag: 0.0.1-beta.5
tag: 0.0.1-beta.9
pullPolicy: IfNotPresent
controlLoopInterval: "10s"