diff --git a/src/bin/auto-deploy b/src/bin/auto-deploy index 7116af12104eab66fd8be569a0796f265716bb04..d05e20f0285a9a641d2f239f01fcc9500b2b001e 100755 --- a/src/bin/auto-deploy +++ b/src/bin/auto-deploy @@ -168,6 +168,7 @@ function deploy() { --set postgresql.postgresPassword="$POSTGRES_PASSWORD" \ --set postgresql.postgresDatabase="$POSTGRES_DB" \ --set postgresql.imageTag="$POSTGRES_VERSION" \ + --set prometheus.metrics="$AUTO_DEVOPS_PROMETHEUS_METRICS" \ --set application.initializeCommand="$DB_INITIALIZE" \ --set ingress.modSecurity.enabled="$modsecurity_enabled" \ --set ingress.modSecurity.secRuleEngine="$AUTO_DEVOPS_MODSECURITY_SEC_RULE_ENGINE" \ @@ -215,6 +216,7 @@ function deploy() { --set postgresql.postgresPassword="$POSTGRES_PASSWORD" \ --set postgresql.postgresDatabase="$POSTGRES_DB" \ --set postgresql.imageTag="$POSTGRES_VERSION" \ + --set prometheus.metrics="$AUTO_DEVOPS_PROMETHEUS_METRICS" \ --set application.migrateCommand="$DB_MIGRATE" \ --set ingress.modSecurity.enabled="$modsecurity_enabled" \ --set ingress.modSecurity.secRuleEngine="$AUTO_DEVOPS_MODSECURITY_SEC_RULE_ENGINE" \