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
Options for common configmap avaiable in the docker-openwisp repository documentation.
3
+
Options for configmaps are the same as the one available for docker-openwisp image [environment options](https://github.com/openwisp/docker-openwisp/blob/master/docs/ENV.md)
4
+
5
+
However, some database options are set in the infrastructure variable.
postgres_storage_size : Disk size portion to be allocated for postgres database.
83
-
postfix_sslcert_storage_size : Disk size portion to be allocated for storing postfix data.
95
+
sslcert_storage_size : Disk size portion to be allocated for storing postfix sslcert data.
84
96
media_storage_size : Disk size portion to be allocated for user uploaded media (like floor plan).
85
97
static_storage_size : Disk size portion to be allocated for static data of the website.
86
98
html_storage_size : Disk size portion to be allocated for maintaince HTML.
@@ -95,7 +107,9 @@ requests_memory : Minimum memory requirement for the pod
95
107
96
108
### 7\. kubernetes_configmap
97
109
98
-
Options for common configmap avaiable in the docker-openwisp repository documentation.
110
+
Options for configmaps are the same as the one available for docker-openwisp image [environment options](https://github.com/openwisp/docker-openwisp/blob/master/docs/ENV.md)
111
+
112
+
However, some database options are set in the infrastructure variable.
0 commit comments