14 lines
350 B
Text
14 lines
350 B
Text
|
|
apiVersion: cilium.io/v2
|
||
|
|
kind: CiliumLoadBalancerIPPool
|
||
|
|
metadata:
|
||
|
|
name: {{ taskserv.name }}-pool
|
||
|
|
labels:
|
||
|
|
app.kubernetes.io/name: {{ taskserv.name }}
|
||
|
|
app.kubernetes.io/managed-by: provisioning
|
||
|
|
spec:
|
||
|
|
blocks:
|
||
|
|
- cidr: "{{ taskserv.cidr }}"
|
||
|
|
serviceSelector:
|
||
|
|
matchLabels:
|
||
|
|
io.cilium.gateway/owning-gateway: {{ taskserv.name }}
|