This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: #3728 Co-authored-by: gitea-bot <gitea-bot@alexlebens.net> Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
16 lines
368 B
YAML
16 lines
368 B
YAML
apiVersion: cilium.io/v2
|
|
kind: CiliumLoadBalancerIPPool
|
|
metadata:
|
|
name: default-ip-pool
|
|
namespace: kube-system
|
|
labels:
|
|
app.kubernetes.io/name: default-ip-pool
|
|
app.kubernetes.io/instance: cilium
|
|
app.kubernetes.io/part-of: cilium
|
|
spec:
|
|
blocks:
|
|
- start: "10.232.1.21"
|
|
stop: "10.232.1.23"
|
|
- start: "10.232.2.21"
|
|
stop: "10.232.2.23"
|