Skip to content

Commit

Permalink
feat: add support for IPv6 configuration in NginxIngress
Browse files Browse the repository at this point in the history
  • Loading branch information
infezek committed Jan 6, 2025
1 parent 00a87ae commit 6202cc8
Show file tree
Hide file tree
Showing 3 changed files with 2,491 additions and 2,530 deletions.
2 changes: 2 additions & 0 deletions api/v1alpha1/nginx_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ type NginxIngress struct {
// IngressClassName is the class to be set on Ingress.
// +optional
IngressClassName *string `json:"ingressClassName,omitempty"`
// Ipv6 defines whether the Ingress should be created with IPv6 enabled.
GCPIpV6StaticIPName string `json:"gcpIPV6StaticIPName,omitempty"`
}

type NginxService struct {
Expand Down
Loading

0 comments on commit 6202cc8

Please sign in to comment.