[kilo] rename joinCIDR to transitCIDR

Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
This commit is contained in:
Andrei Kvapil 2026-01-20 08:46:21 +01:00
parent 0880bb107e
commit bb72dd885c
No known key found for this signature in database
GPG key ID: 931CF7FEACEAF765
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@ spec:
{{- with .Values.kilo.serviceCIDR }}
- --service-cidr={{ . }}
{{- end }}
{{- with .Values.kilo.joinCIDR }}
{{- with .Values.kilo.transitCIDR }}
- --subnet={{ . }}
{{- end }}
- --internal-cidr=$(NODE_IP)/32

View file

@ -5,6 +5,6 @@ kilo:
repository: 999669/kilo
podCIDR: 10.244.0.0/16
serviceCIDR: 10.96.0.0/16
joinCIDR: 100.64.0.0/16
transitCIDR: 100.66.0.0/16
meshGranularity: location
cleanUpInterface: false