Skip to content

Commit

Permalink
Merge pull request #63 from SoftwareAG/dev-msr-thr
Browse files Browse the repository at this point in the history
MSR READMEs updated for fluentd sidecar
  • Loading branch information
thomas-2020 authored Mar 7, 2024
2 parents 8f70c9d + 5010c43 commit 455b74c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
10 changes: 9 additions & 1 deletion apigateway/helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,9 @@ helm upgrade -i -f myvalues.yaml --set ingress.tls.key="$(<key.pem)" --set ingre
| ingress.tls.secretProviderName | string | `""` | |
| ingress.tls.secretProviderParameters | object | `{}` | |
| ingresses.admin.annotations."nginx.ingress.kubernetes.io/affinity" | string | `"cookie"` | |
| ingresses.admin.annotations."nginx.ingress.kubernetes.io/proxy-body-size" | string | `"10m"` | |
| ingresses.admin.annotations."nginx.ingress.kubernetes.io/proxy-read-timeout" | string | `"600"` | |
| ingresses.admin.annotations."nginx.ingress.kubernetes.io/proxy_connect_timeout" | string | `"600"` | |
| ingresses.admin.className | string | `"nginx"` | |
| ingresses.admin.defaultHost | string | `""` | |
| ingresses.admin.enabled | bool | `true` | |
Expand All @@ -262,7 +265,9 @@ helm upgrade -i -f myvalues.yaml --set ingress.tls.key="$(<key.pem)" --set ingre
| ingresses.admin.tls[0].secretName | string | `nil` | |
| ingresses.admin.tls[0].secretProviderEnabled | bool | `false` | |
| ingresses.admin.tls[0].secretProviderSecretName | string | `nil` | |
| ingresses.rt.annotations | object | `{}` | |
| ingresses.rt.annotations."nginx.ingress.kubernetes.io/proxy-body-size" | string | `"10m"` | |
| ingresses.rt.annotations."nginx.ingress.kubernetes.io/proxy-read-timeout" | string | `"600"` | |
| ingresses.rt.annotations."nginx.ingress.kubernetes.io/proxy_connect_timeout" | string | `"600"` | |
| ingresses.rt.className | string | `"nginx"` | |
| ingresses.rt.defaultHost | string | `""` | |
| ingresses.rt.enabled | bool | `true` | |
Expand All @@ -276,6 +281,9 @@ helm upgrade -i -f myvalues.yaml --set ingress.tls.key="$(<key.pem)" --set ingre
| ingresses.rt.tls[0].secretProviderEnabled | bool | `false` | |
| ingresses.rt.tls[0].secretProviderSecretName | string | `nil` | |
| ingresses.ui.annotations."nginx.ingress.kubernetes.io/affinity" | string | `"cookie"` | |
| ingresses.ui.annotations."nginx.ingress.kubernetes.io/proxy-body-size" | string | `"10m"` | |
| ingresses.ui.annotations."nginx.ingress.kubernetes.io/proxy-read-timeout" | string | `"600"` | |
| ingresses.ui.annotations."nginx.ingress.kubernetes.io/proxy_connect_timeout" | string | `"600"` | |
| ingresses.ui.className | string | `"nginx"` | |
| ingresses.ui.defaultHost | string | `""` | |
| ingresses.ui.enabled | bool | `true` | |
Expand Down
6 changes: 5 additions & 1 deletion microservicesruntime/examples/msr-fluentd-sidecar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions microservicesruntime/helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
1 change: 1 addition & 0 deletions microservicesruntime/helm/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 455b74c

Please sign in to comment.