Skip to content

Commit

Permalink
support of PV storage annotation and class name. Set version to 1.0.5…
Browse files Browse the repository at this point in the history
… and updating helm/README.me from values.yaml
  • Loading branch information
thr authored and thr committed Jul 17, 2024
1 parent f283464 commit 3885a98
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion microservicesruntime/helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,6 @@ helm install wm-msr webmethods/microservicesruntime \
| serviceAccount.name | string | `""` | The name of the service account to use. If not set and create is true, a name is generated using the fullname template |
| serviceMonitor | object | `{"enabled":false}` | Create and enable ServiceMonitor. The default is `false`. |
| startupProbe | object | `{"failureThreshold":60,"periodSeconds":30,"tcpSocket":{"port":"http"}}` | startup probe for container |
| statefulSet | bool | `false` | StatefulSet or Deployment. You should only change this if you require Client Side queuing (CSQ) or functionality in IS which requires stable hostnames and filesystems. Default is false => Deployment. Keep in mind, you must disable CSQ on each webMethods messaging and JMS connection if you don't use stateful-sets. See examples in Process Engine deployment for disableing QSC. |
| statefulSet | bool | `false` | StatefulSet or Deployment. You should only change this if you require Client Side queuing (CSQ) or functionality in IS which requires stable hostnames and filesystems. Default is false => Deployment. Keep in mind, you must disable CSQ on each webMethods messaging and JMS connection if you don't use stateful-sets. See examples in Process Engine deployment for disableing CSQ. |
| tolerations | list | `[]` | |
| volumeClaimTemplates | list | `[]` | Volume Claim Templates, only to be used when running as a Statefulset (e.g. using client-side queuing) |
7 changes: 7 additions & 0 deletions universalmessaging/helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ helm install um webmethods/universalmessaging
| `1.0.3` | Make license file handling same as MSR |
| `1.0.4` | CRD `ServiceMonitor` added |
| `1.0.4` | `containerName` added in `values.yaml`. Default is the Chart name. (Use `helm repo update` to get latest Helm Chart version.) |
| `1.0.5` | support of PV storage annotation and class name |

## Values

Expand Down Expand Up @@ -116,8 +117,14 @@ helm install um webmethods/universalmessaging
| serviceAccount.name | string | `""` | The name of the service account to use. If not set and create is true, a name is generated using the fullname template |
| serviceMonitor | object | `{"enabled":false}` | Create and enable ServiceMonitor. The default is `false`. |
| startupProbe | object | `{"failureThreshold":30,"httpGet":{"path":"/health/","port":9000},"initialDelaySeconds":30,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":5}` | Configure liveness probe |
| storage.configuration.annotations | object | `{}` | Annotation for data |
| storage.configuration.storageClassName | string | `""` | Storage class name for data |
| storage.configurationSize | string | `"2Mi"` | Storage size of configuration files |
| storage.data.annotations | object | `{}` | Annotation for data |
| storage.data.storageClassName | string | `""` | Storage class name for data |
| storage.dataSize | string | `"2Gi"` | Storage size of data |
| storage.logs.annotations | object | `{}` | Annotation for logs |
| storage.logs.storageClassName | string | `""` | Storage class name for logs |
| storage.logsSize | string | `"2Gi"` | Storage size of logs |
| tolerations | list | `[]` | |
| um.basicAuthEnable | string | `"No"` | Enable basic authentication on the server |
Expand Down

0 comments on commit 3885a98

Please sign in to comment.