Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix DEV_MODE import in mlmd service #2792

Conversation

Gkrumbach07
Copy link
Member

closes: https://issues.redhat.com/browse/RHOAIENG-5443

Description

  • this is just removing dev mode because we already switched to the oauth port

How Has This Been Tested?

n/a

Test Impact

n/a

Request review criteria:

Self checklist (all need to be checked):

  • The developer has manually tested the changes and verified that the changes work
  • Commits have been squashed into descriptive, self-contained units of work (e.g. 'WIP' and 'Implements feedback' style messages have been removed)
  • Testing instructions have been added in the PR body (for PRs involving changes that are not immediately obvious).
  • The developer has added tests or explained why testing cannot be added (unit or cypress tests for related changes)

If you have UI changes:

  • Included any necessary screenshots or gifs if it was a UI change.
  • Included tags to the UX team if it was a UI/UX change (find relevant UX in the SMEs section).

After the PR is posted & before it merges:

  • The developer has tested their solution on a cluster by using the image produced by the PR to main

@openshift-ci openshift-ci bot requested review from lucferbux and ppadti May 9, 2024 13:45
@Gkrumbach07 Gkrumbach07 force-pushed the task/RHOAIENG-5443-switch-to-targeting-mlmd-oauth-port-and-remove-dev branch from e38acfd to 27a01be Compare May 9, 2024 13:49
@Gkrumbach07
Copy link
Member Author

/approve

@openshift-ci openshift-ci bot added the approved label May 9, 2024
@Gkrumbach07 Gkrumbach07 force-pushed the task/RHOAIENG-5443-switch-to-targeting-mlmd-oauth-port-and-remove-dev branch from 27a01be to 23fa251 Compare May 9, 2024 13:55
@openshift-ci openshift-ci bot added the approved label May 9, 2024
Fix DEV_MODE import in mlmd service

Remove DEV_MODE import in mlmd service

Refactor mlmd service proxy configuration

Update mlmd service proxy configuration

Update mlmd service proxy configuration port to 10001
@Gkrumbach07 Gkrumbach07 force-pushed the task/RHOAIENG-5443-switch-to-targeting-mlmd-oauth-port-and-remove-dev branch from 02e73a1 to 601874e Compare May 9, 2024 15:28
@Gkrumbach07
Copy link
Member Author

/retest

@Gkrumbach07
Copy link
Member Author

adding the LGTM label manually. Approved in slack by @jenny-s51 but she is OTO https://redhat-internal.slack.com/archives/C05U1Q749PV/p1715280499663399?thread_ts=1715256024.633149&cid=C05U1Q749PV

Copy link
Contributor

openshift-ci bot commented May 10, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Gkrumbach07, jenny-s51

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-bot openshift-merge-bot bot merged commit baa33fc into opendatahub-io:main May 10, 2024
6 checks passed
@@ -7,7 +7,7 @@ FASTIFY_LOG_LEVEL=debug

DSPA_NAME=dspa
METADATA_ENVOY_SERVICE_HOST=localhost
METADATA_ENVOY_SERVICE_PORT=9090
METADATA_ENVOY_SERVICE_PORT=10001
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

port forward will be different

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants