Skip to content
Snippets Groups Projects
Commit 5ddc5f85 authored by Daniel Scholl's avatar Daniel Scholl
Browse files

Updated Helm Chart

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