diff --git a/charts/merlin/values.yaml b/charts/merlin/values.yaml index 13a64d0a..1355bae5 100644 --- a/charts/merlin/values.yaml +++ b/charts/merlin/values.yaml @@ -153,10 +153,10 @@ config: MaxAllowedReplica: 20 MerlinURL: /api/merlin/v1 MlpURL: /api - OauthClientID: # to be set via CICD pipeline + OauthClientID: # to be set via CICD pipeline UPIDocumentation: "https://github.com/caraml-dev/universal-prediction-interface/blob/main/docs/api_markdown/caraml/upi/v1/index.md" - CPUCost: # Unused - MemoryCost: # Unused + CPUCost: # Unused + MemoryCost: # Unused BatchConfig: Tolerations: - Effect: NoSchedule @@ -349,13 +349,7 @@ ui: upiDocURL: "https://github.com/caraml-dev/universal-prediction-interface/blob/main/docs/api_markdown/caraml/upi/v1/index.md" mlp: apiHost: /api - docsURL: - [ - { - "href": "https://github.com/gojek/merlin/blob/main/docs/getting-started/README.md", - "label": "Getting Started with Merlin", - }, - ] + docsURL: [{"href": "https://github.com/gojek/merlin/blob/main/docs/getting-started/README.md", "label": "Getting Started with Merlin"}] # -- Comma-separated value of Docker registries that can be chosen in deployment page dockerRegistries: ghcr.io/gojek,ghcr.io/your-company maxAllowedReplica: 20