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
| 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