Skip to content

Commit dda2995

Browse files
authored
controller: removes deprecated extproc container port (#1627)
**Description** Users are advised to use `aigw-admin` port name for aggregating metrics as per the example: https://github.com/envoyproxy/ai-gateway/blob/main/examples/monitoring/monitoring.yaml Signed-off-by: Takeshi Yoneda <[email protected]>
1 parent fe1a8df commit dda2995

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/controller/gateway_mutator.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,8 +319,6 @@ func (g *gatewayMutator) mutatePod(ctx context.Context, pod *corev1.Pod, gateway
319319
ImagePullPolicy: g.extProcImagePullPolicy,
320320
Ports: []corev1.ContainerPort{
321321
{Name: "aigw-admin", ContainerPort: extProcAdminPort},
322-
// TODO: This is for the backward compatibility with v0.3. Remove this after v0.4 is released.
323-
{Name: "aigw-metrics", ContainerPort: extProcAdminPort},
324322
},
325323
Args: g.buildExtProcArgs(filterConfigFullPath, extProcAdminPort, len(mcpRoutes.Items) > 0),
326324
Env: envVars,

0 commit comments

Comments
 (0)