Skip to content

Commit d4ab151

Browse files
committed
Added icon for eoapi-k8s.
1 parent 6a90664 commit d4ab151

File tree

2 files changed

+78
-7
lines changed

2 files changed

+78
-7
lines changed

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# eoapi-k8s
22

33
<p align="center">
4+
<img height=200 src="https://raw.githubusercontent.com/developmentseed/eoapi-k8s/refs/heads/feature/icon/docs/eoapi-k8s.svg" alt="eoapi-k8s">
5+
</p>
6+
<p>
47
<a href="https://github.com/developmentseed/eoapi-k8s/actions?query=workflow%3ACI" target="_blank">
58
<img src="https://github.com/developmentseed/eoapi-k8s/actions/workflows/helm-tests.yml/badge.svg?branch=main" alt="Test">
69
</a>
@@ -34,7 +37,7 @@ If you don't have a k8s cluster set up on AWS or GCP then follow an IaC guide be
3437
* [AWS EKS Cluster Setup](./docs/aws-eks.md)
3538

3639
* [GCP GKE Cluster Setup](./docs/gcp-gke.md)
37-
40+
3841
<a name="helminstall"/>
3942

4043
## Helm Installation
@@ -55,17 +58,17 @@ Once you have a k8s cluster set up you can `helm install` eoAPI with the followi
5558
```
5659

5760
2. List out the eoapi chart versions
58-
61+
5962
```python
6063
$ helm search repo eoapi --versions
61-
NAME CHART VERSION APP VERSION DESCRIPTION
64+
NAME CHART VERSION APP VERSION DESCRIPTION
6265
eoapi/eoapi 0.2.14 0.3.1 Create a full Earth Observation API with Metada...
6366
eoapi/eoapi 0.1.13 0.2.11 Create a full Earth Observation API with Metada...
6467
```
6568
3. Optionally override keys/values in the default `values.yaml` with a custom `config.yaml` like below:
6669

6770
```python
68-
$ cat config.yaml
71+
$ cat config.yaml
6972
vector:
7073
enable: false
7174
pgstacBootstrap:
@@ -87,7 +90,7 @@ Once you have a k8s cluster set up you can `helm install` eoAPI with the followi
8790
# create os environment variables for required secrets
8891
######################################################
8992
$ export GITSHA=$(git rev-parse HEAD | cut -c1-10)
90-
93+
9194
$ cd ./helm-chart
9295

9396
$ helm install \
@@ -97,9 +100,9 @@ Once you have a k8s cluster set up you can `helm install` eoAPI with the followi
97100
eoapi \
98101
./eoapi
99102
```
100-
103+
101104
<a name="options"/>
102105

103106
## Configuration Options and Defaults
104-
Read about [Default Configuration](./docs/configuration.md#default-configuration) and
107+
Read about [Default Configuration](./docs/configuration.md#default-configuration) and
105108
other [Configuration Options](./docs/configuration.md#additional-options) in the documentation

docs/eoapi-k8s.svg

Lines changed: 68 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)