Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
Legal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSDU
OSDU Data Platform
Security and Compliance
Legal
Commits
5ddc5f85
Commit
5ddc5f85
authored
4 years ago
by
Daniel Scholl
Browse files
Options
Downloads
Patches
Plain Diff
Updated Helm Chart
parent
243e5996
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!73
Updated Helm Chart
Pipeline
#14178
passed
4 years ago
Stage: review
Stage: build
Stage: containerize
Stage: scan
Stage: deploy
Stage: integration
Stage: attribution
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
devops/azure/chart/templates/deployment.yaml
+11
-1
11 additions, 1 deletion
devops/azure/chart/templates/deployment.yaml
with
11 additions
and
1 deletion
devops/azure/chart/templates/deployment.yaml
+
11
−
1
View file @
5ddc5f85
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment