Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sacha Brants
infra-azure-provisioning
Commits
16177c18
Commit
16177c18
authored
Nov 10, 2020
by
Daniel Scholl
Browse files
Wellbore DMS changes
parent
6b1baf37
Changes
3
Hide whitespace changes
Inline
Side-by-side
charts/osdu-common/templates/appgw-ingress.yaml
View file @
16177c18
...
...
@@ -79,3 +79,6 @@ spec:
serviceName
:
ingestion-workflow
servicePort
:
80
path
:
/api/workflow/v1/*
-
backend
:
serviceName
:
wellbore-dms
servicePort
:
80
infra/templates/osdu-r3-mvp/data_partition/terraform.tfvars
View file @
16177c18
...
...
@@ -33,7 +33,8 @@ storage_containers = [
"legal-service-azure-configuration",
"opendes",
"osdu-wks-mappings",
"workflow-tasks-sharing"
"workflow-tasks-sharing",
"wdms-osdu"
]
...
...
infra/templates/osdu-r3-mvp/data_partition/tests/unit/unit_test.go
View file @
16177c18
...
...
@@ -49,7 +49,7 @@ func TestTemplate(t *testing.T) {
TfOptions
:
tfOptions
,
Workspace
:
workspace
,
PlanAssertions
:
nil
,
ExpectedResourceCount
:
8
4
,
ExpectedResourceCount
:
8
5
,
ExpectedResourceAttributeValues
:
resourceDescription
,
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment