Skip to content

Commit

Permalink
Updating deployment to account for MGMTUI health probe and adding set…
Browse files Browse the repository at this point in the history
…tings for Vec
  • Loading branch information
hatboyzero committed Jan 30, 2024
1 parent 54a4ad5 commit 6418294
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/helm/management-ui/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec:
protocol: TCP
readinessProbe:
httpGet:
path: /status
path: {{ .Values.baseUrl }}/status
port: 3000
periodSeconds: 3
timeoutSeconds: 1
Expand Down
14 changes: 13 additions & 1 deletion deploy/standard/config/appconfig.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,12 @@
"key": "FoundationaLLM:Prompt:ResourceProviderService:Storage:AuthenticationType",
"value": "ConnectionString"
},
{
"keyVault": true,
"featureFlag": false,
"key": "FoundationaLLM:Prompt:ResourceProviderService:Storage:ConnectionString",
"value": "foundationallm-storage-connectionstring"
},
{
"keyVault": true,
"featureFlag": false,
Expand Down Expand Up @@ -759,7 +765,7 @@
"keyVault": false,
"featureFlag": false,
"key": "FoundationaLLM:Management:Entra:CallbackPath",
"value": "/signin-oidc"
"value": "/management/signin-oidc"
},
{
"keyVault": false,
Expand Down Expand Up @@ -1049,6 +1055,12 @@
"key": "FoundationaLLM:Vectorization:AzureAISearchIndexingService:Endpoint",
"value": "{{cognitiveSearchEndpointUri}}"
},
{
"keyVault": true,
"featureFlag": false,
"key": "FoundationaLLM:Vectorization:AzureAISearchIndexingService:QueryAPIKey",
"value": "foundationallm-cognitivesearch-key"
},
{
"keyVault": false,
"featureFlag": false,
Expand Down

0 comments on commit 6418294

Please sign in to comment.