Compare commits
No commits in common. "0070642a37265204591d0fde682a262c04597081" and "51d9f77411f9d7d3416b901d6b8f372bf38d34ce" have entirely different histories.
0070642a37
...
51d9f77411
@ -1,17 +0,0 @@
|
||||
apiVersion: "cilium.io/v2alpha1"
|
||||
kind: CiliumLoadBalancerIPPool
|
||||
metadata:
|
||||
name: "cilium-lb-ipam"
|
||||
namespace: kube-system
|
||||
spec:
|
||||
blocks:
|
||||
- start: "192.168.0.100"
|
||||
stop: "192.168.0.200"
|
||||
---
|
||||
apiVersion: "cilium.io/v2alpha1"
|
||||
kind: CiliumL2AnnouncementPolicy
|
||||
metadata:
|
||||
name: cilium-lb-all-services
|
||||
namespace: kube-system
|
||||
spec:
|
||||
loadBalancerIPs: true
|
||||
@ -17,7 +17,7 @@ cluster:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://git.mvzijl.nl/marco/veda.git
|
||||
targetRevision: main
|
||||
targetRevision: HEAD
|
||||
path: applications
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
|
||||
Loading…
Reference in New Issue
Block a user