Handle ports in specification and in load balancer services

This commit is contained in:
2025-04-12 19:52:33 +02:00
parent 4af8b3f78c
commit 2aeb2dd25a
3 changed files with 212 additions and 44 deletions

View File

@@ -36,6 +36,7 @@ type FirewallGroupSpec struct {
// ManualAddresses is a list of manual IPs or CIDRs (IPv4 or IPv6)
// +optional
ManualAddresses []string `json:"manualAddresses,omitempty"`
ManualPorts []string `json:"manualPorts,omitempty"`
// AutoIncludeSelector defines which services to extract addresses from
// +optional