From 0aff465e967cb120fcc568d444fa1fd9acace69c Mon Sep 17 00:00:00 2001 From: GitHub Date: Thu, 7 Mar 2024 09:35:09 +0100 Subject: [PATCH 1/3] Merge pull request #52 from mathieucarbou/readme Update project README.md and updating helm/README.me from values.yaml --- apigateway/helm/README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/apigateway/helm/README.md b/apigateway/helm/README.md index e00c1c2..02d946c 100644 --- a/apigateway/helm/README.md +++ b/apigateway/helm/README.md @@ -250,6 +250,9 @@ helm upgrade -i -f myvalues.yaml --set ingress.tls.key="$( Date: Thu, 7 Mar 2024 09:50:29 +0100 Subject: [PATCH 2/3] documentation for Fluentd Sidecar updated --- microservicesruntime/examples/msr-fluentd-sidecar/README.md | 6 +++++- microservicesruntime/helm/README.md.gotmpl | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/microservicesruntime/examples/msr-fluentd-sidecar/README.md b/microservicesruntime/examples/msr-fluentd-sidecar/README.md index 7ce9add..73765a2 100644 --- a/microservicesruntime/examples/msr-fluentd-sidecar/README.md +++ b/microservicesruntime/examples/msr-fluentd-sidecar/README.md @@ -4,7 +4,11 @@ This sample shows how to run Microservices Runtime with a Fluentd sidecar contai ## Prerequisites -The fluentd sidecar container requires a fluentd configuration file. This sample uses the [fluentd.conf](fluentd.conf) file. The fluentd configuration file is mounted as a volume in the fluentd sidecar container and provided through the sample values file. +The fluentd sidecar container requires a fluentd configuration file. This sample uses the `fluentd.conf` file. The *fluentd* configuration file is mounted as a volume in the fluentd sidecar container and provided through the sample values file. + +## Provided Example + +This example provides the [values.yaml](./values.yaml) and use the `extraConfigMaps`, `extraVolumeMounts`, `extraVolumes` and `extraContainers` to setup a fluentd sidecar container. ## Installing the Chart diff --git a/microservicesruntime/helm/README.md.gotmpl b/microservicesruntime/helm/README.md.gotmpl index a6d046a..67ecb49 100644 --- a/microservicesruntime/helm/README.md.gotmpl +++ b/microservicesruntime/helm/README.md.gotmpl @@ -51,6 +51,7 @@ Sub-folder `examples` contains some *values* examples for more use-cases. To use |-----|------| | [external-postgresql-db](../examples/external-postgresql-db/README.md) | Using MSR with external PostgresQL database | | [msr-defaults](../examples/msr-defaults/README.md) | Recommended default application properties| +| [Fluentd Sidecar](../examples/msr-fluentd-sidecar/README.md) | Running with Fluentd Sidecar | | [msr-post-init](../examples/msr-post-init/README.md) | Performs *post-init* actions after startup, e.g. deploy assets to Universal Messaging | | [msr-push-doc-types](../examples/msr-push-doc-types/README.md) | Pushing IS Document Types after startup | | [msr-statefulset-csq](../examples/msr-statefulset-csq/README.md) | Deploy MSR with stateful set | From 5010c430e170e0a79d167b766fff1e073db7f499 Mon Sep 17 00:00:00 2001 From: thr Date: Thu, 7 Mar 2024 09:51:15 +0100 Subject: [PATCH 3/3] Merge branch 'dev-msr-thr' of git@github.com:SoftwareAG/webmethods-helm-charts.git into dev-msr-thr and updating helm/README.me from values.yaml --- microservicesruntime/helm/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/microservicesruntime/helm/README.md b/microservicesruntime/helm/README.md index bcced01..6efbcd7 100644 --- a/microservicesruntime/helm/README.md +++ b/microservicesruntime/helm/README.md @@ -51,6 +51,7 @@ Sub-folder `examples` contains some *values* examples for more use-cases. To use |-----|------| | [external-postgresql-db](../examples/external-postgresql-db/README.md) | Using MSR with external PostgresQL database | | [msr-defaults](../examples/msr-defaults/README.md) | Recommended default application properties| +| [Fluentd Sidecar](../examples/msr-fluentd-sidecar/README.md) | Running with Fluentd Sidecar | | [msr-post-init](../examples/msr-post-init/README.md) | Performs *post-init* actions after startup, e.g. deploy assets to Universal Messaging | | [msr-push-doc-types](../examples/msr-push-doc-types/README.md) | Pushing IS Document Types after startup | | [msr-statefulset-csq](../examples/msr-statefulset-csq/README.md) | Deploy MSR with stateful set |