Add http_config for slack receiver

Change-Id: Ic5e0fd12c65cee6b69f30fe1c9528954a8aa0d89
Related-PROD: PROD-37192
diff --git a/prometheus/files/alertmanager.yml b/prometheus/files/alertmanager.yml
index 3221b44..0e90d5f 100644
--- a/prometheus/files/alertmanager.yml
+++ b/prometheus/files/alertmanager.yml
@@ -155,6 +155,9 @@
       {%- if slack.channel is defined %}
       channel: {{ slack.channel }}
       {%- endif %}
+      {%- if slack.http_config is defined %}
+      {{ http_config_entry(slack.http_config) | indent(6) }}
+      {%- endif %}
     {%- endfor %}
   {%- endif %}
   {%- if config.email_configs is defined %}