We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7025a7 commit 34e10bcCopy full SHA for 34e10bc
.gitignore
@@ -32,3 +32,4 @@ _output/
32
pkg/**/test-report.xml
33
test/**/test-report.xml
34
/temp/
35
+/etc/sdk/*
pkg/apis/coherence/v1/coherence_types.go
@@ -368,7 +368,7 @@ func (in *CoherenceSpec) GetManagementPort() int32 {
368
case in == nil:
369
return 0
370
case in.Management == nil || in.Management.Port == nil:
371
- return DefaultMetricsPort
+ return DefaultManagementPort
372
default:
373
return *in.Management.Port
374
}
0 commit comments