Skip to content

Commit

Permalink
Bump up InfluxDB DB size (#941)
Browse files Browse the repository at this point in the history
  • Loading branch information
venkytv authored Aug 6, 2020
1 parent 42a76a9 commit 9f1ad75
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ansible/development/list
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ gitlab_email_enabled=false
gitlab_slack_notifications=false
gitlab_docker_hostname="docker-{{ deploy_environ }}.mobiledgex.net"
azure_volume_storage_class=default
influxdb_volume_size=1Gi
influxdb_volume_size=2Gi
vault_firewall_setup=no
vault_ha_domain="vault-{{ deploy_environ }}.mobiledgex.net"
console_prod=no
Expand Down
2 changes: 1 addition & 1 deletion ansible/mexdemo/list
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ console_vm_hostname=console.mobiledgex.net
gitlab_email_enabled=false
gitlab_docker_hostname="docker.mobiledgex.net"
azure_volume_storage_class=managed-premium
influxdb_volume_size=5Gi
influxdb_volume_size=10Gi
console_prod=yes

[platform]
Expand Down
2 changes: 1 addition & 1 deletion ansible/qa/list
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ crm_vm_hostname=crm-{{ deploy_environ }}.mobiledgex.net
console_vm_hostname=console-{{ deploy_environ }}.mobiledgex.net
postgres_hostname=postgres-{{ deploy_environ }}.mobiledgex.net
azure_volume_storage_class=default
influxdb_volume_size=5Gi
influxdb_volume_size=10Gi
vault_vm_hostname=vault-{{ deploy_environ }}.mobiledgex.net
vault_ha_domain="vault-{{ deploy_environ }}.mobiledgex.net"
vault_port=443
Expand Down
2 changes: 1 addition & 1 deletion ansible/staging/list
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ console_vm_hostname=console-stage.mobiledgex.net
gitlab_email_enabled=false
gitlab_docker_hostname="docker-{{ deploy_environ }}.mobiledgex.net"
azure_volume_storage_class=managed-premium
influxdb_volume_size=5Gi
influxdb_volume_size=10Gi
letsencrypt_env=production
console_prod=yes

Expand Down

0 comments on commit 9f1ad75

Please sign in to comment.