feat(chart): release 1.2.6 with lb source ranges
Release Chart / release (push) Successful in 5s
deploy / build (push) Successful in 2m29s

This commit is contained in:
2026-08-04 20:30:49 +03:30
parent d2b1a21a07
commit 1a26a28876
5 changed files with 50 additions and 18 deletions
+4 -3
View File
@@ -9,9 +9,10 @@ type LoadBalancer struct {
}
type AllocateRequest struct {
Namespace string `json:"namespace"`
Name string `json:"name"`
Ports []AllocatePortRule `json:"ports,omitempty"`
Namespace string `json:"namespace"`
Name string `json:"name"`
Ports []AllocatePortRule `json:"ports,omitempty"`
LoadBalancerSourceRanges []string `json:"loadBalancerSourceRanges,omitempty"`
}
type AllocatePortRule struct {