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
Copy file name to clipboardExpand all lines: helmchart/geohealthcheck/README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ A Helm chart for GeoHealthCheck
17
17
| geohealthcheck.adminEmail | string |`"[email protected]"`| email address of administrator / contact- notification emails will come from this address |
18
18
| geohealthcheck.auth.secret | string |`"changeme"`| secret key to set when enabling authentication |
19
19
| geohealthcheck.basicAuthDisabled | string |`"False"`| disable Basic Authentication to access GHC webapp and APIs (default: False), |
| geohealthcheck.largeXml | string |`"False"`| allows GeoHealthCheck to receive large XML files from the servers under test (default False). Note: setting this to True might pose a security risk |
| geohealthcheck.metadataCacheSecs | string |`"900"`| metadata, “Capabilities Docs”, cache expiry time, default 900 secs, -1 to disable |
@@ -56,6 +56,9 @@ A Helm chart for GeoHealthCheck
56
56
| networkPolicy.egressEnabled | bool |`true`| allow/deny external connections. This should be enabled if you want to monitor resources outside of this namespace |
| persistence.enabled | bool |`true`| enable persistence when using an SQLite database |
60
+
| persistence.size | string |`"1Gi"`| size of the data partition |
61
+
| persistence.storageClassName | string |`""`||
59
62
| podAnnotations | object |`{}`| This is for setting Kubernetes Annotations to a Pod. For more information checkout: yamllint disable-line rule:line-lengthhttps://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/|
60
63
| podLabels | object |`{}`| This is for setting Kubernetes Labels to a Pod. For more information checkout: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/|
0 commit comments