From fedbb4ea104a06f101457bb9e7ddee5d7903e9d6 Mon Sep 17 00:00:00 2001 From: Felix Delattre Date: Thu, 31 Oct 2024 15:58:53 +0100 Subject: [PATCH] Added icon for eoapi-k8s. --- README.md | 17 +++++++----- docs/eoapi-k8s.svg | 68 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 78 insertions(+), 7 deletions(-) create mode 100644 docs/eoapi-k8s.svg diff --git a/README.md b/README.md index 5bca7d2..9ebdf06 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # eoapi-k8s

+ eoapi-k8s +

+

Test @@ -34,7 +37,7 @@ If you don't have a k8s cluster set up on AWS or GCP then follow an IaC guide be * [AWS EKS Cluster Setup](./docs/aws-eks.md) * [GCP GKE Cluster Setup](./docs/gcp-gke.md) - + ## Helm Installation @@ -55,17 +58,17 @@ Once you have a k8s cluster set up you can `helm install` eoAPI with the followi ``` 2. List out the eoapi chart versions - + ```python $ helm search repo eoapi --versions - NAME CHART VERSION APP VERSION DESCRIPTION + NAME CHART VERSION APP VERSION DESCRIPTION eoapi/eoapi 0.2.14 0.3.1 Create a full Earth Observation API with Metada... eoapi/eoapi 0.1.13 0.2.11 Create a full Earth Observation API with Metada... ``` 3. Optionally override keys/values in the default `values.yaml` with a custom `config.yaml` like below: ```python - $ cat config.yaml + $ cat config.yaml vector: enable: false pgstacBootstrap: @@ -87,7 +90,7 @@ Once you have a k8s cluster set up you can `helm install` eoAPI with the followi # create os environment variables for required secrets ###################################################### $ export GITSHA=$(git rev-parse HEAD | cut -c1-10) - + $ cd ./helm-chart $ helm install \ @@ -97,9 +100,9 @@ Once you have a k8s cluster set up you can `helm install` eoAPI with the followi eoapi \ ./eoapi ``` - + ## Configuration Options and Defaults -Read about [Default Configuration](./docs/configuration.md#default-configuration) and +Read about [Default Configuration](./docs/configuration.md#default-configuration) and other [Configuration Options](./docs/configuration.md#additional-options) in the documentation diff --git a/docs/eoapi-k8s.svg b/docs/eoapi-k8s.svg new file mode 100644 index 0000000..e8875b0 --- /dev/null +++ b/docs/eoapi-k8s.svg @@ -0,0 +1,68 @@ + + + +eoAPI