[go: nahoru, domu]

Skip to content

Commit

Permalink
Merge pull request #323 from helium/feat/metadata-30
Browse files Browse the repository at this point in the history
Metadata bump
  • Loading branch information
deasydoesit committed Feb 28, 2024
2 parents e89798b + 3aa351d commit cb00da3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion manifests/web-cluster/prod/helium/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 3 additions & 1 deletion manifests/web-cluster/sdlc/helium/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit cb00da3

Please sign in to comment.