Skip to content

Commit

Permalink
feat(readme): update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zied-jt authored and JAORMX committed Dec 14, 2023
1 parent 54c6c6f commit 090497c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Krakend

![Version: 0.1.25](https://img.shields.io/badge/Version-0.1.25-informational?style=for-the-badge)
![Version: 0.1.26](https://img.shields.io/badge/Version-0.1.26-informational?style=for-the-badge)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=for-the-badge)
![AppVersion: 2.5.0](https://img.shields.io/badge/AppVersion-2.5.0-informational?style=for-the-badge)

Expand Down Expand Up @@ -80,6 +80,7 @@ please refer to [the official krakend documentation](https://www.krakend.io/docs
| krakend.settingsDirSource | string, optional | `""` | an external file relative path, will contain the setting configuration files of the krakend service. |
| krakend.templates | object | `{}` | While default configuration does not take into use templates; you may want to add your own templates here. Note that you'd need to set a custom configuration file to use them. |
| krakend.templatesDirSource | string, optional | `""` | an external file relative path, will contain the template configuration files of the krakend service. |
| lifecycle | object | `{}` | Krakend container lifecycle hooks (PostStart, PreStop) |
| livenessProbe | object | `{"httpGet":{"path":"/__health","port":"http"}}` | The livenessProbe to use for the krakend pod |
| nameOverride | string | `""` | |
| nodeSelector | object | `{}` | The nodeSelector to use for the krakend pod |
Expand Down

0 comments on commit 090497c

Please sign in to comment.