-
Notifications
You must be signed in to change notification settings - Fork 17
/
main.yaml
123 lines (123 loc) · 2.58 KB
/
main.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
---
cilium_vars:
kubernetes:
agent:
resources:
limits:
cpu: null
memory: 256Mi
requests:
cpu: 10m
memory: 256Mi
client:
rate_limit:
burst: 100
qps: 50
envoy:
resources:
limits:
cpu: null
memory: 128Mi
requests:
cpu: 10m
memory: 128Mi
helm:
chart:
name: cilium
version: v1.16.3
repository:
name: cilium
org: cilium
url: https://helm.cilium.io
hubble:
relay:
replicas: 2
resources:
limits:
cpu: null
memory: 128Mi
requests:
cpu: 10m
memory: 128Mi
retry_timeout: 10s
ui:
backend:
resources:
limits:
cpu: null
memory: 128Mi
requests:
cpu: 10m
memory: 128Mi
frontend:
resources:
limits:
cpu: null
memory: 128Mi
requests:
cpu: 10m
memory: 128Mi
gateway:
service: hubble-ui
subdomain: hubble
infrastructure:
annotations:
io.cilium/lb-ipam-ips: 192.168.4.19
replicas: 1
tls:
auto:
method: certmanager
certificate:
common:
name: hubble-common-certs
root:
name: hubble-root-certs
cluster_issuer:
name: hubble-cluster-issuer
ingress:
controller:
service:
loadbalancer:
ip: 192.168.4.17
ipam:
operator:
cluster_pool: 10.42.0.0/16
loadbalancer:
algorithm: maglev
ip_pool:
blocks:
start: 192.168.4.16
stop: 192.168.4.50
name: default-pool
l2_announcement_policy:
name: default-l2-announcement-policy
table_size: 16381
namespace: kube-system
operator:
resources:
limits:
cpu: null
memory: 128Mi
requests:
cpu: 10m
memory: 128Mi
routing_mode: native
release:
cli:
file: cilium-linux-arm64.tar.gz
repository:
name: cilium-cli
org: cilium
version: v0.16.19
gateway_api:
file: experimental-install.yaml
repository:
name: gateway-api
org: kubernetes-sigs
version: v1.2.0
hubble:
file: hubble-linux-arm64.tar.gz
repository:
name: hubble
org: cilium
version: v1.16.3