Commit f79c46f 1 parent 5a7b2c6 commit f79c46f Copy full SHA for f79c46f
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ func (f *FlagdProxyHandler) newFlagdProxyManifest(ownerReferences []metav1.Owner
120
120
replicas := int32 (1 )
121
121
args := []string {
122
122
"start" ,
123
- "--metrics -port" ,
123
+ "--management -port" ,
124
124
fmt .Sprintf ("%d" , f .config .ManagementPort ),
125
125
}
126
126
if f .config .DebugLogging {
@@ -165,7 +165,7 @@ func (f *FlagdProxyHandler) newFlagdProxyManifest(ownerReferences []metav1.Owner
165
165
ContainerPort : int32 (f .config .Port ),
166
166
},
167
167
{
168
- Name : "metrics -port" ,
168
+ Name : "management -port" ,
169
169
ContainerPort : int32 (f .config .ManagementPort ),
170
170
},
171
171
},
Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ func TestFlagdProxyHandler_HandleFlagdProxy_CreateProxy(t *testing.T) {
208
208
replicas := int32 (1 )
209
209
args := []string {
210
210
"start" ,
211
- "--metrics -port" ,
211
+ "--management -port" ,
212
212
fmt .Sprintf ("%d" , 90 ),
213
213
"--debug" ,
214
214
}
@@ -256,7 +256,7 @@ func TestFlagdProxyHandler_HandleFlagdProxy_CreateProxy(t *testing.T) {
256
256
ContainerPort : int32 (88 ),
257
257
},
258
258
{
259
- Name : "metrics -port" ,
259
+ Name : "management -port" ,
260
260
ContainerPort : int32 (90 ),
261
261
},
262
262
},
You can’t perform that action at this time.
0 commit comments