-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(readme): update architecture diagram (#20351)
- Loading branch information
1 parent
b97e73f
commit 79e2a73
Showing
3 changed files
with
20 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
kubernetes/argo-cd/applications/production-hm/litellm/Makefile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
argo-cd-app-create: | ||
argocd app create production-hm-litellm --file=manifests/hm-litellm-application.yaml | ||
argocd app create production-hm-litellm --file=argo-cd-manifests/hm-litellm-application.yaml | ||
argo-cd-app-update: | ||
argocd app create production-hm-litellm --file=manifests/hm-litellm-application.yaml --upsert | ||
argocd app create production-hm-litellm --file=argo-cd-manifests/hm-litellm-application.yaml --upsert | ||
argo-cd-app-delete: | ||
argocd app delete production-hm-litellm --yes |
8 changes: 8 additions & 0 deletions
8
kubernetes/argo-cd/applications/production-hm/mlflow/Makefile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters