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
|
||||
spec:
|
||||
blocks:
|
||||
- cidr: "10.167.84.11/32"
|
||||
- cidr: "10.7.65.251/32"
|
||||
---
|
||||
apiVersion: "cilium.io/v2alpha1"
|
||||
kind: CiliumLoadBalancerIPPool
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ patches:
|
|||
- patch: |-
|
||||
- op: replace
|
||||
path: /spec/addresses/0/value
|
||||
value: 10.167.84.11
|
||||
value: 10.7.65.251
|
||||
- op: replace
|
||||
path: /spec/listeners/1/tls/certificateRefs/0/name
|
||||
value: tls-wildcard-peterg-nl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue