Skip to content

Commit

Permalink
enable #1153 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
myrrc committed Dec 17, 2024
1 parent 17a07a9 commit 5dde145
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion neonvm/apis/neonvm/v1/virtualmachine_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ type VirtualMachineSpec struct {
CpuScalingMode *CpuScalingMode `json:"cpuScalingMode,omitempty"`

// Enable network monitoring on the VM
// +kubebuilder:default:=false
// +kubebuilder:default:=true
// +optional
EnableNetworkMonitoring *bool `json:"enableNetworkMonitoring,omitempty"`
}
Expand Down
2 changes: 1 addition & 1 deletion neonvm/config/crd/bases/vm.neon.tech_virtualmachines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1158,7 +1158,7 @@ spec:
description: Use KVM acceleation
type: boolean
enableNetworkMonitoring:
default: false
default: true
description: Enable network monitoring on the VM
type: boolean
enableSSH:
Expand Down

0 comments on commit 5dde145

Please sign in to comment.