From f496f1e18faf17843dbc8b7befb1af444dcecf0a Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Thu, 4 Jul 2019 13:27:03 +0300 Subject: [PATCH] Kustomize installer: add Istio overlay --- kustomize/istio/kustomization.yaml | 5 +++++ kustomize/istio/patch.yaml | 15 +++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 kustomize/istio/kustomization.yaml create mode 100644 kustomize/istio/patch.yaml diff --git a/kustomize/istio/kustomization.yaml b/kustomize/istio/kustomization.yaml new file mode 100644 index 00000000..fba329ba --- /dev/null +++ b/kustomize/istio/kustomization.yaml @@ -0,0 +1,5 @@ +namespace: istio-system +bases: + - ../base/flagger/ +patchesStrategicMerge: + - patch.yaml diff --git a/kustomize/istio/patch.yaml b/kustomize/istio/patch.yaml new file mode 100644 index 00000000..b78e3514 --- /dev/null +++ b/kustomize/istio/patch.yaml @@ -0,0 +1,15 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: flagger +spec: + template: + spec: + containers: + - name: flagger + args: + - -mesh-provider=istio + - -metrics-server=http://prometheus:9090 + - -slack-user=flagger + - -slack-channel= + - -slack-url=