14 lines
254 B
YAML
14 lines
254 B
YAML
{{- if .Values.customIPPool }}
|
|
apiVersion: crd.projectcalico.org/v1
|
|
kind: IPPool
|
|
metadata:
|
|
name: default-ipv4-ippool
|
|
spec:
|
|
cidr: 10.244.0.0/16
|
|
blockSize: 26
|
|
ipipMode: Never
|
|
natOutgoing: true
|
|
nodeSelector: all()
|
|
vxlanMode: Always
|
|
{{- end }}
|