Skip to content

Commit

Permalink
Merge pull request #28 from openearthplatforminitiative/fix/readme-do…
Browse files Browse the repository at this point in the history
…cs-link

fix: add link to developer portal in github readme
  • Loading branch information
giltinde committed Jul 1, 2024
2 parents 6a6967c + 4feee7b commit 2f29aaf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# deforestation-api
API for providing deforestation data
API for providing deforestation data. For more information check out the [developer portal](https://developer-test.openepi.io/data-catalog/deforestation/).

4 changes: 2 additions & 2 deletions deployment/kubernetes/deforestation-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ spec:
prometheus.io/path: "/metrics"
spec:
containers:
- image: ghcr.io/openearthplatforminitiative/deforestation-api:0.3.5
- image: ghcr.io/openearthplatforminitiative/deforestation-api:0.3.6
name: deforestation-api
ports:
- containerPort: 8080
env:
- name: API_ROOT_PATH
value: "/deforestation"
- name: VERSION
value: 0.3.5
value: 0.3.6
- name: API_DOMAIN
valueFrom:
configMapKeyRef:
Expand Down

0 comments on commit 2f29aaf

Please sign in to comment.