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
fad32e80
Commit
fad32e80
authored
Nov 09, 2020
by
Daniel Scholl
Browse files
Updated Default Configuration
parent
66a5411e
Changes
3
Hide whitespace changes
Inline
Side-by-side
charts/osdu-common/templates/appgw-ingress.yaml
View file @
fad32e80
...
...
@@ -5,7 +5,9 @@ metadata:
namespace
:
osdu
annotations
:
kubernetes.io/ingress.class
:
azure/application-gateway
appgw.ingress.kubernetes.io/request-timeout
:
"
60"
appgw.ingress.kubernetes.io/request-timeout
:
"
300"
appgw.ingress.kubernetes.io/connection-draining
:
"
true"
appgw.ingress.kubernetes.io/connection-draining-timeout
:
"
30"
cert-manager.io/cluster-issuer
:
letsencrypt
cert-manager.io/acme-challenge-type
:
http01
spec
:
...
...
infra/templates/osdu-r3-mvp/data_partition/terraform.tfvars
View file @
fad32e80
...
...
@@ -41,7 +41,7 @@ cosmosdb_consistency_level = "Session"
cosmos_databases = [
{
name = "osdu-db"
throughput =
4
000
throughput =
12
000
}
]
cosmos_sql_collections = [
...
...
infra/templates/osdu-r3-mvp/service_resources/terraform.tfvars
View file @
fad32e80
...
...
@@ -25,6 +25,12 @@ resource_tags = {
contact = "pipeline"
}
# Kubernetes Settings
kubernetes_version = "1.18.8"
aks_agent_vm_size = "Standard_E4s_v3"
aks_agent_vm_count = "5"
subnet_aks_prefix = "10.10.2.0/23"
# Storage Settings
storage_replication_type = "LRS"
storage_containers = [
...
...
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