Mounting the postgres config in xos-db

Change-Id: I4a7765f4afae791a8c2d8bea5f742b93db4649d0
diff --git a/xos-db/templates/_helpers.tpl b/xos-db/templates/_helpers.tpl
index ad2a2b5..1244611 100644
--- a/xos-db/templates/_helpers.tpl
+++ b/xos-db/templates/_helpers.tpl
@@ -22,3 +22,12 @@
 version: {{ .Chart.Version }}
 {{- end }}
 
+{{- define "xos-db.postgresql-conf" }}
+
+listen_addresses = '*'
+
+# as per https://github.com/kubernetes/kubernetes/issues/71233
+huge_pages = off     # on, off, or try
+
+{{- end }}
+