From 69deaaae40df49512c7ea5a8b347639dfa5a5cf2 Mon Sep 17 00:00:00 2001
From: David Hoese <david.hoese@ssec.wisc.edu>
Date: Fri, 17 Jul 2020 12:20:09 -0500
Subject: [PATCH] Fix rabbitmq geo2grid config

---
 production/values-geo2grid-g16-radf.yaml | 4 ++++
 production/values-grb-g16.yaml           | 6 +-----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/production/values-geo2grid-g16-radf.yaml b/production/values-geo2grid-g16-radf.yaml
index 02c0a0e..e4029c9 100644
--- a/production/values-geo2grid-g16-radf.yaml
+++ b/production/values-geo2grid-g16-radf.yaml
@@ -3,6 +3,10 @@ rabbitIn:
   username: "user"
   passwordSecret: "geosphere-rabbit-rabbitmq"
   topic: "data.goes.g16.abi.radf.l1b.netcdf.all.complete"
+rabbitOut:
+  host: "geosphere-rabbit-rabbitmq"
+  username: "user"
+  passwordSecret: "geosphere-rabbit-rabbitmq"
 source:
   s3Endpoint: "http://geosphere-minio:9000"
 destination:
diff --git a/production/values-grb-g16.yaml b/production/values-grb-g16.yaml
index e02a48c..b1edacf 100644
--- a/production/values-grb-g16.yaml
+++ b/production/values-grb-g16.yaml
@@ -1,8 +1,4 @@
-grbProcessor:
-  env:
-    - name: APID_FILTER
-      value: "GOES-16-ABI-Only.xml"
-
+apidFilter: "GOES-16-ABI-Only.xml"
 fanoutServer: "fanout1.ssec.wisc.edu"
 uploadDst: "s3://g16-abi-l1b-netcdf"
 s3Endpoint: "http://geosphere-minio:9000"
-- 
GitLab