-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsample.yaml
46 lines (46 loc) · 1.05 KB
/
sample.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
apiVersion: keikoproj.io/v1
kind: FlippyConfig
metadata:
name: flippy-sample
namespace: istio-system
spec:
# Add fields here
ImageList:
- docker.intuit.com/flippy/sample:abc
- docker.intuit.com/flippy/sample:pqr
PostFilterRestarts:
- K8S:
Type: Deployment
Name: istio-ingressgateway
Namespace: istio-system
StatusCheckConfig:
CheckStatus: true
MaxRetry: 10
RetryDuration: 30
Preconditions:
- K8S:
Type: Deployment
Name: istiod
Namespace: istio-system
StatusCheckConfig:
CheckStatus: true
MaxRetry: 10
RetryDuration: 30
RestartObjects:
- Type: Deployment
StatusCheckConfig:
CheckStatus: false
MaxRetry: 10
RetryDuration: 30
- Type: ArgoRollout
StatusCheckConfig:
CheckStatus: false
MaxRetry: 10
RetryDuration: 30
ProcessFilter:
Containers:
- istio-proxy
Labels:
"istio-injection": "enabled"
Annotations:
"sidecar.istio.io/inject": "true"