mirror of
https://github.com/kubenetworks/kubevpn.git
synced 2025-10-04 15:03:01 +08:00
refactor: update go mod library (#210)
refactor: update go mod library and refactor dev logic Co-authored-by: wencaiwulue <895703375@qq.com>
This commit is contained in:
@@ -373,7 +373,7 @@ func TestPatch(t *testing.T) {
|
||||
var p = corev1.Probe{
|
||||
ProbeHandler: corev1.ProbeHandler{HTTPGet: &corev1.HTTPGetAction{
|
||||
Path: "/health",
|
||||
Port: intstr.FromInt(9080),
|
||||
Port: intstr.FromInt32(9080),
|
||||
Scheme: "HTTP",
|
||||
}},
|
||||
}
|
||||
|
Reference in New Issue
Block a user