Skip to content

Commit

Permalink
Merge pull request #1288 from solliancenet/mg-t18209-t18210
Browse files Browse the repository at this point in the history
  • Loading branch information
ciprianjichici authored Jul 29, 2024
2 parents 14b980b + ad880eb commit b02263b
Show file tree
Hide file tree
Showing 45 changed files with 1,108 additions and 1,816 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"type": "api-endpoint",
"name": "AzureAISearch",
"object_id": "/instances/f34f0a89-83b1-43b3-a5f9-e8bbdfa9f251/providers/FoundationaLLM.Configuration/apiEndpoints/AzureAISearch",
"display_name": null,
"description": null,
"cost_center": null,
"category": "General",
"authentication_type": "AzureIdentity",
"authentication_parameters": {},
"url": "https://search-mg08-fllmstd-westus-storage.search.windows.net",
"url_exceptions": [],
"timeout_seconds": 60,
"retry_strategy_name": "ExponentialBackoff"
}

Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"type": "api-endpoint",
"name": "AzureEventGrid",
"object_id": "/instances/f34f0a89-83b1-43b3-a5f9-e8bbdfa9f251/providers/FoundationaLLM.Configuration/apiEndpoints/AzureEventGrid",
"display_name": null,
"description": null,
"cost_center": null,
"category": "General",
"authentication_type": "APIKey",
"authentication_parameters": {
"api_key_configuration_name": "FoundationaLLM:APIEndpoints:AzureEventGrid:APIKey"
},
"url": "https://eg-mg08-fllmstd-westus-svc.westus3-1.eventgrid.azure.net/",
"url_exceptions": [],
"timeout_seconds": 60,
"retry_strategy_name": "ExponentialBackoff"
}
2 changes: 1 addition & 1 deletion deploy/common/helm/core-api/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: /instances/{{ .Values.instanceId }}/status
port: 80
periodSeconds: 3
timeoutSeconds: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ metadata:
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
data:
AZURE_CLIENT_ID: {{ .Values.azureWorkloadIdentity.gatewayApiClientId }}
AZURE_CLIENT_ID: {{ .Values.azureWorkloadIdentity.gatewayAdapterApiClientId }}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: ServiceAccount
metadata:
name: {{ .Values.serviceAccountName }}
annotations:
azure.workload.identity/client-id: {{ .Values.azureWorkloadIdentity.gatewayApiClientId }}
azure.workload.identity/client-id: {{ .Values.azureWorkloadIdentity.gatewayAdapterApiClientId }}
azure.workload.identity/tenant-id: {{ .Values.azureWorkloadIdentity.tenantId }}
labels:
azure.workload.identity/use: "true"
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec:
protocol: TCP
readinessProbe:
httpGet:
path: /status
path: /instances/{{ .Values.instanceId }}/status
port: 80
periodSeconds: 3
timeoutSeconds: 1
Expand Down
2 changes: 1 addition & 1 deletion deploy/common/helm/state-api/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ metadata:
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
data:
AZURE_CLIENT_ID: {{ .Values.azureWorkloadIdentity.gatewayApiClientId }}
AZURE_CLIENT_ID: {{ .Values.azureWorkloadIdentity.stateApiClientId }}
2 changes: 1 addition & 1 deletion deploy/common/helm/state-api/templates/serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: ServiceAccount
metadata:
name: {{ .Values.serviceAccountName }}
annotations:
azure.workload.identity/client-id: {{ .Values.azureWorkloadIdentity.gatewayApiClientId }}
azure.workload.identity/client-id: {{ .Values.azureWorkloadIdentity.stateApiClientId }}
azure.workload.identity/tenant-id: {{ .Values.azureWorkloadIdentity.tenantId }}
labels:
azure.workload.identity/use: "true"
80 changes: 0 additions & 80 deletions deploy/standard/Deployment-Manifest.template.json

This file was deleted.

Loading

0 comments on commit b02263b

Please sign in to comment.