Skip to content

Commit

Permalink
Example for house keeping job added and updating helm/README.me from …
Browse files Browse the repository at this point in the history
…values.yaml
  • Loading branch information
thr authored and thr committed Apr 24, 2024
1 parent 3b7b2a0 commit 2bc28e9
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion apigateway/helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,17 @@ If desired you may deploy API Gateway with your own TLS key and cert. The Templa

```bash
helm upgrade -i -f myvalues.yaml --set ingress.tls.key="$(<key.pem)" --set ingress.tls.cert="$(<cert.pem)"

```

## Examples for Use-cases

Sub-folder `examples` contains some *values* examples for more use-cases. To use the use-case, adapt and add the provided `values.yaml` to your values.

| Use-case | Description |
|-----|------|
| [fluentd-sidecar](../examples/fluentd-sidecar/README.md) | Running API Gateway with Fluentd Sidecar |
| [house-keeping-job](../examples/house-keeping-job/README.md) | Example to create house keeping job: purge transaction events |

## Version History

| Version | Changes and Description |
Expand All @@ -154,6 +163,7 @@ helm upgrade -i -f myvalues.yaml --set ingress.tls.key="$(<key.pem)" --set ingre
| `1.2.0` | Added Kibana TLS/SSL functionality towards Elasticsearch. Helper function aded for kibana truststore password. |
| `1.2.1` | Added Kibana configuration field 'status.allowAnonymous' set by Values.kibana.allowAnonymousStatus. This removes errors in API Gateway log indicating that Kibana is not available. |
| `1.2.2` | Option in `values.yaml` to create a ServiceMonitor added. |
| `1.2.3` | Job template added to create house keeping (cron) jobs. |

## Values

Expand Down

0 comments on commit 2bc28e9

Please sign in to comment.