mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
Kustomize installer: add Linkerd overlay
This commit is contained in:
5
kustomize/linkerd/kustomization.yaml
Normal file
5
kustomize/linkerd/kustomization.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
namespace: linkerd
|
||||
bases:
|
||||
- ../base/flagger/
|
||||
patchesStrategicMerge:
|
||||
- patch.yaml
|
||||
15
kustomize/linkerd/patch.yaml
Normal file
15
kustomize/linkerd/patch.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: flagger
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
containers:
|
||||
- name: flagger
|
||||
args:
|
||||
- -mesh-provider=linkerd
|
||||
- -metrics-server=http://linkerd-prometheus:9090
|
||||
- -slack-user=flagger
|
||||
- -slack-channel=
|
||||
- -slack-url=
|
||||
Reference in New Issue
Block a user