Kustomize installer: add Istio overlay

This commit is contained in:
stefanprodan
2019-07-04 13:27:03 +03:00
parent 2e802432c4
commit f496f1e18f
2 changed files with 20 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
namespace: istio-system
bases:
- ../base/flagger/
patchesStrategicMerge:
- patch.yaml
+15
View File
@@ -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=