diff --git a/kustomize/appmesh/kustomization.yaml b/kustomize/appmesh/kustomization.yaml new file mode 100644 index 00000000..13e8a53d --- /dev/null +++ b/kustomize/appmesh/kustomization.yaml @@ -0,0 +1,6 @@ +namespace: appmesh-system +bases: + - ../base/flagger + - ../base/prometheus +patchesStrategicMerge: + - patch.yaml diff --git a/kustomize/appmesh/patch.yaml b/kustomize/appmesh/patch.yaml new file mode 100644 index 00000000..a800bff0 --- /dev/null +++ b/kustomize/appmesh/patch.yaml @@ -0,0 +1,16 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: flagger +spec: + template: + spec: + containers: + - name: flagger + args: + - -log-level=info + - -mesh-provider=appmesh + - -metrics-server=http://flagger-prometheus:9090 + - -slack-user=flagger + - -slack-channel= + - -slack-url=