Skip to content

Commit

Permalink
refactor: update mlmd service prefix for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Gkrumbach07 committed Jun 4, 2024
1 parent b33db83 commit 5687615
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/src/routes/api/service/mlmd/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ export default proxyService<DSPipelineKind>(
},
{
port: 8443,
prefix: 'ds-pipeline-metadata-envoy-',
prefix: 'ds-pipeline-md-',
},
{
// Use port forwarding for local development:
// kubectl port-forward -n <namespace> svc/ds-pipeline-metadata-envoy-dspa 10001:8443
// kubectl port-forward -n <namespace> svc/ds-pipeline-md-dspa 10001:8443
host: process.env.METADATA_ENVOY_SERVICE_HOST,
port: process.env.METADATA_ENVOY_SERVICE_PORT,
},
Expand Down

0 comments on commit 5687615

Please sign in to comment.