You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
6
6
@@ -29,6 +29,11 @@ The Structurizr Helm chart deploys Structurizr On premise flavor. Structurizr is
29
29
| log4j2 | string |`""`| Configuration settings for the logging system using Log4j2. |
30
30
| nameOverride | string |`""`||
31
31
| 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. |
0 commit comments