forked from lizrice/force-awakens
-
Notifications
You must be signed in to change notification settings - Fork 0
/
values-cluster-jakku.yaml
54 lines (54 loc) · 1.08 KB
/
values-cluster-jakku.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
tunnel: vxlan
ipv4:
enabled: true
ipv6:
enabled: false
autoDirectNodeRoutes: false
cluster:
name: jakku
id: 1
image:
repository: ${DOCKER_REGISTRY}/cilium/cilium
tag: ${DOCKER_TAG}
useDigest: false
pullPolicy: Always
operator:
image:
repository: ${DOCKER_REGISTRY}/cilium/operator
tag: ${DOCKER_TAG}
useDigest: false
pullPolicy: Always
suffix: ""
clustermesh:
useAPIServer: true
config:
enabled: true
enableClusterAwareAddressing: true
hasOverlappingPodCIDR: true
apiserver:
image:
repository: ${DOCKER_REGISTRY}/cilium/clustermesh-apiserver
tag: ${DOCKER_TAG}
useDigest: false
pullPolicy: Always
hubble:
relay:
image:
repository: ${DOCKER_REGISTRY}/cilium/hubble-relay
tag: ${DOCKER_TAG}
digest: ""
useDigest: false
pullPolicy: Always
kubeProxyReplacement: strict
bpf:
monitorAggregation: none
lbExternalClusterIP: true
socketLB:
enabled: true
hostNamespaceOnly: true
ipam:
mode: kubernetes
k8s:
requireIPv4PodCIDR: true
requireIPv6PodCIDR: false
enablePortal: true