Compare commits
2 Commits
51d9f77411
...
0070642a37
| Author | SHA1 | Date | |
|---|---|---|---|
| 0070642a37 | |||
| c0abdf5b85 |
17
cilium/cilium.yaml
Normal file
17
cilium/cilium.yaml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
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
|
project: default
|
||||||
source:
|
source:
|
||||||
repoURL: https://git.mvzijl.nl/marco/veda.git
|
repoURL: https://git.mvzijl.nl/marco/veda.git
|
||||||
targetRevision: HEAD
|
targetRevision: main
|
||||||
path: applications
|
path: applications
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user