Skip to content

Commit d5b3d84

Browse files
committed
Update README.md
Add persistance
1 parent c94da7c commit d5b3d84

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

charts/structurizr/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# structurizr
22

3-
![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![AppVersion: 2024.03.03](https://img.shields.io/badge/AppVersion-2024.03.03-informational?style=flat-square)
3+
![Version: 0.4.1](https://img.shields.io/badge/Version-0.4.1-informational?style=flat-square) ![AppVersion: 2024.03.03](https://img.shields.io/badge/AppVersion-2024.03.03-informational?style=flat-square)
44

55
The Structurizr Helm chart deploys Structurizr On premise flavor. Structurizr is a web-based rendering tool designed to help software development teams create software architecture diagrams and documentation.
66

@@ -29,6 +29,11 @@ The Structurizr Helm chart deploys Structurizr On premise flavor. Structurizr is
2929
| log4j2 | string | `""` | Configuration settings for the logging system using Log4j2. |
3030
| nameOverride | string | `""` | |
3131
| nodeSelector | object | `{}` | |
32+
| persistence.accessModes | list | `["ReadWriteOnce"]` | Specifies the access mode of the PersistentVolume. |
33+
| persistence.enabled | bool | `false` | |
34+
| persistence.name | string | `""` | |
35+
| persistence.size | string | `"1Gi"` | Specifies the size of the PersistentVolume. |
36+
| persistence.storageClass | string | `""` | Specifies the storage class of the PersistentVolume. |
3237
| podAnnotations | object | `{}` | |
3338
| podSecurityContext | object | `{}` | |
3439
| properties | string | `""` | Custom properties configuration for Structurizr. |

0 commit comments

Comments
 (0)