Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 618 Bytes

File metadata and controls

25 lines (16 loc) · 618 Bytes

Model Deployment with GitOps

This repository contains a Helm chart for deploying AI models on Red Hat OpenShift AI (RHOAI) using GitOps practices.

Getting Started

  1. Install the chart:

    helm install my-model ./chart -n <namespace>
  2. Customize the deployment by updating chart/values.yaml

Deploy With ArgoCD

Apply the application.yaml file to your cluster:

kubectl apply -f application.yaml

Documentation