Create httpd_log by default

When using proxy-http(s) Gerrit will not create a request log by default.

This is now activated by default, since it is harder to have a default
for the ingress controllers.

Change-Id: Ie0edca923889ffb7e2cb5960f2463ee613a74f51
diff --git a/helm-charts/gerrit-replica/values.yaml b/helm-charts/gerrit-replica/values.yaml
index 76de259..3fc398e 100644
--- a/helm-charts/gerrit-replica/values.yaml
+++ b/helm-charts/gerrit-replica/values.yaml
@@ -271,6 +271,7 @@
       [httpd]
         # If using an ingress use proxy-http or proxy-https
         listenUrl = proxy-http://*:8080/
+        requestLog = true
       [sshd]
         listenAddress = *:29418
       [transfer]
diff --git a/helm-charts/gerrit/values.yaml b/helm-charts/gerrit/values.yaml
index 5504833..592c256 100644
--- a/helm-charts/gerrit/values.yaml
+++ b/helm-charts/gerrit/values.yaml
@@ -173,6 +173,7 @@
       [httpd]
         # If using an ingress use proxy-http or proxy-https
         listenUrl = proxy-http://*:8080/
+        requestLog = true
       [sshd]
         listenAddress = off
       [transfer]