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=