From 3aa351dbe7d3e824f8ffdea7d35d513a49af6a06 Mon Sep 17 00:00:00 2001 From: Darwin Rinderer Date: Wed, 28 Feb 2024 14:14:24 -0500 Subject: [PATCH] Metadata bump --- manifests/web-cluster/prod/helium/metadata.yaml | 4 +++- manifests/web-cluster/sdlc/helium/metadata.yaml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/manifests/web-cluster/prod/helium/metadata.yaml b/manifests/web-cluster/prod/helium/metadata.yaml index 43c815ab..e615b625 100644 --- a/manifests/web-cluster/prod/helium/metadata.yaml +++ b/manifests/web-cluster/prod/helium/metadata.yaml @@ -18,7 +18,7 @@ spec: serviceAccountName: public-monitoring-rds-read-replica-monitoring-user-access containers: - name: metadata - image: public.ecr.aws/v0j6k5v6/entity-metadata-service:0.0.29 + image: public.ecr.aws/v0j6k5v6/entity-metadata-service:0.0.30 imagePullPolicy: IfNotPresent ports: - containerPort: 8081 @@ -49,6 +49,8 @@ spec: value: monitoring - name: PGSSLMODE value: no-verify + - name: RPC_HOST + value: config.iot.mainnet.helium.io:6080 readinessProbe: failureThreshold: 3 httpGet: diff --git a/manifests/web-cluster/sdlc/helium/metadata.yaml b/manifests/web-cluster/sdlc/helium/metadata.yaml index 9f104838..792b6402 100644 --- a/manifests/web-cluster/sdlc/helium/metadata.yaml +++ b/manifests/web-cluster/sdlc/helium/metadata.yaml @@ -18,7 +18,7 @@ spec: serviceAccountName: public-monitoring-rds-read-replica-monitoring-user-access containers: - name: metadata - image: public.ecr.aws/v0j6k5v6/entity-metadata-service:0.0.29 + image: public.ecr.aws/v0j6k5v6/entity-metadata-service:0.0.30 imagePullPolicy: IfNotPresent ports: - containerPort: 8081 @@ -49,6 +49,8 @@ spec: value: monitoring - name: PGSSLMODE value: no-verify + - name: RPC_HOST + value: config.iot.mainnet.helium.io:6080 readinessProbe: failureThreshold: 3 httpGet: