File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import konfig.objects
5
5
6
6
import cluster
7
7
import cilium_system_base
8
- import charts.cilium.api.v2alpha1 as ciliumv2alpha1
8
+ import charts.cilium.api.v2 as ciliumv2
9
9
10
10
_baseValues = cilium_system_base.app.charts.cilium.values
11
11
_envValues = files.read_yaml(file.current(), "values.yaml")
@@ -19,7 +19,7 @@ app = cilium_system_base.app | {
19
19
extraResources.bgpPeer = cilium_system_base.unifiBGPPeer
20
20
extraResources.bgpPeering = cilium_system_base.unifiBGPPeering
21
21
extraResources.bgpAdvertisement = cilium_system_base.ingressBGPAdvertisement
22
- extraResources.ipPool = ciliumv2alpha1 .CiliumLoadBalancerIPPool {
22
+ extraResources.ipPool = ciliumv2 .CiliumLoadBalancerIPPool {
23
23
metadata: {
24
24
name = "cilium-ingress"
25
25
}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import konfig.objects
5
5
6
6
import cluster
7
7
import cilium_system_base
8
- import charts.cilium.api.v2alpha1 as ciliumv2alpha1
8
+ import charts.cilium.api.v2 as ciliumv2
9
9
10
10
_baseValues = cilium_system_base.app.charts.cilium.values
11
11
_envValues = files.read_yaml(file.current(), "values.yaml")
@@ -19,7 +19,7 @@ app = cilium_system_base.app | {
19
19
extraResources.bgpPeer = cilium_system_base.unifiBGPPeer
20
20
extraResources.bgpPeering = cilium_system_base.unifiBGPPeering
21
21
extraResources.bgpAdvertisement = cilium_system_base.ingressBGPAdvertisement
22
- extraResources.ipPool = ciliumv2alpha1 .CiliumLoadBalancerIPPool {
22
+ extraResources.ipPool = ciliumv2 .CiliumLoadBalancerIPPool {
23
23
metadata: {
24
24
name = "cilium-ingress"
25
25
}
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ _gp = gatewayv1alpha1.EnvoyProxy {
30
30
}
31
31
envoyService = {
32
32
type = "LoadBalancer"
33
+ externalTrafficPolicy = "Cluster"
33
34
labels = {
34
35
"cilium.io/ingress": "true"
35
36
}
You can’t perform that action at this time.
0 commit comments