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

Merge branch 'helm-chart' into 'master'

Updated Helm Chart

See merge request !73
parents d36f73e0 5ddc5f85
No related branches found
No related tags found
1 merge request!73Updated Helm Chart
Pipeline #14470 passed with warnings
......@@ -41,9 +41,14 @@ spec:
imagePullPolicy: Always
ports:
- containerPort: 80
resources:
requests:
cpu: "100m"
limits:
cpu: "300m"
readinessProbe:
httpGet:
path: /api/legal/v1/swagger-ui.html
path: /api/legal/v1/actuator/health
port: 80
volumeMounts:
- name: azure-keyvault
......@@ -88,6 +93,11 @@ spec:
secretKeyRef:
name: central-logging
key: appinsights
- name: REDIS_DATABASE
valueFrom:
configMapKeyRef:
name: redis-configmap
key: legal
- name: cosmosdb_database
value: osdu-db
- name: LOG_PREFIX
......
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