diff --git a/devops/azure/chart/templates/deployment.yaml b/devops/azure/chart/templates/deployment.yaml index ba84d5f5605b87ec9686640d490acac6b32c36f5..09c4c3bf58599103a4112aac34f6b134ccee2220 100644 --- a/devops/azure/chart/templates/deployment.yaml +++ b/devops/azure/chart/templates/deployment.yaml @@ -41,6 +41,11 @@ spec: imagePullPolicy: Always ports: - containerPort: 80 + resources: + requests: + cpu: "100m" + limits: + cpu: "300m" readinessProbe: httpGet: path: /api/partition/v1/swagger-ui.html @@ -88,6 +93,11 @@ spec: secretKeyRef: name: active-directory key: application-appid + - name: REDIS_DATABASE + valueFrom: + configMapKeyRef: + name: redis-configmap + key: partition - name: azure_activedirectory_AppIdUri value: "api://$(aad_client_id)" - name: azure_activedirectory_session_stateless