chore(k8s-peterg): Use internal network in stead of wg0 for internal gateway
This commit is contained in:
parent
2acab07fed
commit
63ba0926f6
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ metadata:
|
||||||
name: internal-pool
|
name: internal-pool
|
||||||
spec:
|
spec:
|
||||||
blocks:
|
blocks:
|
||||||
- cidr: "10.167.84.11/32"
|
- cidr: "10.7.65.251/32"
|
||||||
---
|
---
|
||||||
apiVersion: "cilium.io/v2alpha1"
|
apiVersion: "cilium.io/v2alpha1"
|
||||||
kind: CiliumLoadBalancerIPPool
|
kind: CiliumLoadBalancerIPPool
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ patches:
|
||||||
- patch: |-
|
- patch: |-
|
||||||
- op: replace
|
- op: replace
|
||||||
path: /spec/addresses/0/value
|
path: /spec/addresses/0/value
|
||||||
value: 10.167.84.11
|
value: 10.7.65.251
|
||||||
- op: replace
|
- op: replace
|
||||||
path: /spec/listeners/1/tls/certificateRefs/0/name
|
path: /spec/listeners/1/tls/certificateRefs/0/name
|
||||||
value: tls-wildcard-peterg-nl
|
value: tls-wildcard-peterg-nl
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue