Skip to content

Commit

Permalink
Add metadata components
Browse files Browse the repository at this point in the history
  • Loading branch information
Niharika0306 committed Jan 15, 2025
1 parent b14eca9 commit daf1c24
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions manifests/kustomize/base/metadata/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ kind: Kustomization
namespace: kubeflow
resources:
- metadata-grpc-configmap.yaml
# - metadata-grpc-deployment.yaml
- metadata-grpc-deployment.yaml
- metadata-grpc-service.yaml
#- metadata-envoy-deployment.yaml
- metadata-envoy-deployment.yaml
- metadata-envoy-service.yaml
- metadata-grpc-sa.yaml
images:
- name: gcr.io/ml-pipeline/metadata-envoy
newTag: 2.3.0
- name: na.artifactory.swg-devops.com/sys-linux-power-team-ftp3distro-docker-images-docker-local/kubeflow-ppc/metadata-envoy:latest
# newTag: 2.3.0
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: container
image: gcr.io/ml-pipeline/metadata-envoy:dummy
image: na.artifactory.swg-devops.com/sys-linux-power-team-ftp3distro-docker-images-docker-local/kubeflow-ppc/metadata-envoy:latest
ports:
- name: md-envoy
containerPort: 9090
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
# * .cloudbuild.yaml and .release.cloudbuild.yaml
# * manifests/kustomize/base/metadata/base/metadata-grpc-deployment.yaml
# * test/tag_for_hosted.sh
image: gcr.io/tfx-oss-public/ml_metadata_store_server:1.14.0
image: na.artifactory.swg-devops.com/sys-linux-power-team-ftp3distro-docker-images-docker-local/mlmd-grpc-server:latest_odh
securityContext:
allowPrivilegeEscalation: false
seccompProfile:
Expand Down

0 comments on commit daf1c24

Please sign in to comment.