Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/helm-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name: CI
# On every pull request, but only on push to main
on:
push:
branches-ignore:
- gh-pages
tags:
- '*'
branches:
- main
paths: []
# only run jobs if some code have changed
#- 'helm-chart/eoapi/**'
pull_request:
branches:
- main

jobs:
helm-tests:
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# k8s-eoapi
# eoapi-k8s

<p align="center">
<a href="https://github.com/developmentseed/k8s-eoapi/actions?query=workflow%3ACI" target="_blank">
<img src="https://github.com/developmentseed/k8s-eoapi/actions/workflows/helm-tests.yml/badge.svg" alt="Test">
<a href="https://github.com/developmentseed/eoapi-k8s/actions?query=workflow%3ACI" target="_blank">
<img src="https://github.com/developmentseed/eoapi-k8s/actions/workflows/helm-tests.yml/badge.svg" alt="Test">
</a>
<a href="https://github.com/developmentseed/k8s-eoapi/blob/main/LICENSE" target="_blank">
<a href="https://github.com/developmentseed/eoapi-k8s/blob/main/LICENSE" target="_blank">
<img src="https://img.shields.io/github/license/developmentseed/titiler.svg" alt="Downloads">
</a>
</p>
Expand Down Expand Up @@ -54,11 +54,11 @@ Once you have a k8s cluster set up you can `helm install` eoAPI as follows
./eoapi
```

2. or `helm install` from https://devseed.com/k8s-eoapi/:
2. or `helm install` from https://devseed.com/eoapi-k8s/:

```python
# add the eoapi helm repo locally
$ helm repo add eoapi https://devseed.com/k8s-eoapi/
$ helm repo add eoapi https://devseed.com/eoapi-k8s/

# list out the eoapi chart versions
$ helm search repo eoapi
Expand Down
2 changes: 1 addition & 1 deletion docs/aws-eks.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,6 @@ deployment.apps/nginx-ingress-nginx-controller 1/1 1 1

pod/nginx-ingress-nginx-controller-76d7f6f4d5-g6fkv 1/1 Running 0 27h

service/nginx-ingress-nginx-controller LoadBalancer 10.100.36.152 k8s-eoapi-553d3ea234b-3eef2e6e61e5d161.elb.us-west-1.amazonaws.com 80:30342/TCP,443:30742/TCP 2d17h
service/nginx-ingress-nginx-controller LoadBalancer 10.100.36.152 eoapi-k8s-553d3ea234b-3eef2e6e61e5d161.elb.us-west-1.amazonaws.com 80:30342/TCP,443:30742/TCP 2d17h
service/nginx-ingress-nginx-controller-admission ClusterIP 10.100.34.22 <none> 443/TCP 2d17h
```