Files
infrastructure/clusters/cl01tl/helm/cilium/templates/cilium-load-balancer-ip-pool.yaml
2026-05-11 00:56:56 +00:00

13 lines
300 B
YAML

apiVersion: cilium.io/v2
kind: CiliumLoadBalancerIPPool
metadata:
name: default-ip-pool
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: default-ip-pool
{{- include "custom.labels" . | nindent 4 }}
spec:
blocks:
- start: "10.232.1.21"
stop: "10.232.1.23"