Skip to content
Snippets Groups Projects
Commit e607f5eb authored by Daniel Scholl (MS]'s avatar Daniel Scholl (MS]
Browse files

Updated helm chart

parent 7893a300
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment