Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions api/gateway/v1alpha1/gatewayconfig_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ const (
)

type EnvoyServiceSpec struct {
Annotations map[string]string `json:"annotations"`
// +kubebuilder:default="10000-12767"
PortRange string `json:"portRange"`
// +kubebuilder:default="30000-32767"
Expand Down
7 changes: 7 additions & 0 deletions api/gateway/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions crds/gateway.catalog.appscode.com_gatewayconfigs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,10 @@ spec:
type: object
service:
properties:
annotations:
additionalProperties:
type: string
type: object
externalIPs:
items:
type: string
Expand Down Expand Up @@ -557,6 +561,7 @@ spec:
- NodePort
type: string
required:
- annotations
- externalTrafficPolicy
- nodeportRange
- portRange
Expand Down
Loading