Skip to content

Commit

Permalink
Update coordinator.tf
Browse files Browse the repository at this point in the history
Typo in setting JVM configuration
  • Loading branch information
spaghettifunk authored Jul 10, 2020
1 parent fb9d80c commit 90e32ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/druid/coordinator.tf
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ resource "kubernetes_deployment" "coordinator" {

env {
name = "DRUID_JVM_ARGS"
value = "-server -Xm2G -Xmx2G -Duser.timezone=UTC -Dfile.encoding=UTF-8 -Djava.util.logging.manager=org.apache.logging.log4j.jul.LogManager -Dderby.stream.error.file=var/druid/derby.log"
value = "-server -Xms2G -Xmx2G -Duser.timezone=UTC -Dfile.encoding=UTF-8 -Djava.util.logging.manager=org.apache.logging.log4j.jul.LogManager -Dderby.stream.error.file=var/druid/derby.log"
}

env_from {
Expand Down

0 comments on commit 90e32ef

Please sign in to comment.