From 3996bcfa67137200021a288758b582ebafd039c4 Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Sun, 23 Jun 2019 13:35:36 +0300 Subject: [PATCH] Add canary provider field to docs --- README.md | 4 ++++ artifacts/canaries/canary.yaml | 4 ++++ docs/gitbook/how-it-works.md | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/README.md b/README.md index 7dc11978..574a6811 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,10 @@ metadata: name: podinfo namespace: test spec: + # service mesh provider (optional) + # can be: kubernetes, istio, appmesh, smi, nginx, gloo, supergloo + # use the kubernetes provider for Blue/Green style deployments + provider: istio # deployment reference targetRef: apiVersion: apps/v1 diff --git a/artifacts/canaries/canary.yaml b/artifacts/canaries/canary.yaml index ed0c8b01..e113a862 100644 --- a/artifacts/canaries/canary.yaml +++ b/artifacts/canaries/canary.yaml @@ -4,6 +4,10 @@ metadata: name: podinfo namespace: test spec: + # service mesh provider (default istio) + # can be: kubernetes, istio, appmesh, smi, nginx, gloo, supergloo + # use the kubernetes provider for Blue/Green style deployments + provider: istio # deployment reference targetRef: apiVersion: apps/v1 diff --git a/docs/gitbook/how-it-works.md b/docs/gitbook/how-it-works.md index 430b812e..51f9a4f1 100644 --- a/docs/gitbook/how-it-works.md +++ b/docs/gitbook/how-it-works.md @@ -17,6 +17,10 @@ metadata: name: podinfo namespace: test spec: + # service mesh provider (optional) + # can be: kubernetes, istio, appmesh, smi, nginx, gloo, supergloo + # use the kubernetes provider for Blue/Green style deployments + provider: istio # deployment reference targetRef: apiVersion: apps/v1