-
Notifications
You must be signed in to change notification settings - Fork 1
/
example_values.yaml
58 lines (58 loc) · 1.3 KB
/
example_values.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
47
48
49
50
51
52
53
54
55
56
57
58
---
haApp:
image:
repository: "${xrd-ha-app_repository}"
service:
exposedPort: 50051
clusterIP: "172.20.171.1"
serviceAccount:
annotations:
eks.amazonaws.com/role-arn: "${iam_role_arn}"
config: |
groups:
- xr_interface: HundredGigE0/0/0/0
vrid: 1
action:
type: aws_activate_vip
device_index: 1
vip: 10.0.10.20
xrd:
image:
repository: "${xrd-vrouter_repository}"
tag: "latest"
config:
ascii: |
vrf ha-app
linux networking linux-owned-vrf ha-app
interface Hu0/0/0/0
ipv4 address 10.0.10.10/24
!
router vrrp
interface HundredGigE0/0/0/0
address-family ipv4
vrrp 1
address 10.0.10.20
unicast-peer 10.0.10.11
!
!
!
telemetry model-driven
destination-group ha-app
vrf ha-app
destination 172.20.171.1 port 50051
encoding self-describing-gpb
protocol grpc no-tls
!
!
sensor-group ha-app
sensor-path Cisco-IOS-XR-ipv4-vrrp-oper:vrrp/ipv4/virtual-routers/virtual-router
!
subscription ha-app
sensor-group-id ha-app sample-interval 0
destination-id ha-app
!
!
interfaces:
- type: pci
config:
last: 1