diff --git a/utils/helm/speckle-server/values.schema.json b/utils/helm/speckle-server/values.schema.json index 5b453febd..b4e339069 100644 --- a/utils/helm/speckle-server/values.schema.json +++ b/utils/helm/speckle-server/values.schema.json @@ -118,9 +118,7 @@ "type": "array", "description": "(Cilium Network Policy only) The endpoint selector yaml object used to uniquely select the in-cluster endpoint in which the prometheus pods are deployed", "default": [], - "items": { - "type": "object" - } + "items": {} } } } @@ -440,11 +438,13 @@ }, "logLevel": { "type": "string", - "description": "The minimum level of logs which will be output" + "description": "The minimum level of logs which will be output. Suitable values are trace, debug, info, warn, error, fatal, or silent", + "default": "info" }, "adminOverrideEnabled": { "type": "boolean", - "description": "Enables the server side admin authz override" + "description": "Enables the server side admin authz override", + "default": false }, "sessionSecret": { "type": "object", @@ -581,9 +581,7 @@ "type": "array", "description": "List of `matchName` or `matchPattern` maps for domains that should be allow-listed for egress in Network Policy. https://docs.microsoft.com/en-us/azure/azure-portal/azure-portal-safelist-urls?tabs=public-cloud are enabled by default.", "default": [], - "items": { - "type": "object" - } + "items": {} }, "port": { "type": "number", @@ -597,7 +595,7 @@ "properties": { "enabled": { "type": "boolean", - "description": "If enabled, users can authenticate via OpenID Connect.", + "description": "If enabled, users can authenticate via OpenID Connect identity provider", "default": false }, "name": { @@ -634,9 +632,7 @@ "type": "array", "description": "List of `matchName` or `matchPattern` maps for domains that should be allow-listed for egress in Network Policy.", "default": [], - "items": { - "type": "object" - } + "items": {} } } } @@ -777,6 +773,16 @@ } } }, + "fileUploads": { + "type": "object", + "properties": { + "enabled": { + "type": "boolean", + "description": "If enabled, file uploads on the server will be flagged as enabled", + "default": true + } + } + }, "monitoring": { "type": "object", "properties": { @@ -851,17 +857,13 @@ "type": "array", "description": "Tolerations for Speckle server pods scheduling", "default": [], - "items": { - "type": "object" - } + "items": {} }, "topologySpreadConstraints": { "type": "array", "description": "Spread Constraints for Speckle server pod scheduling", "default": [], - "items": { - "type": "object" - } + "items": {} } } }, @@ -873,6 +875,11 @@ "description": "The number of instances of the Frontend pod to be deployed within the cluster.", "default": 1 }, + "logLevel": { + "type": "string", + "description": "The minimum level of logs which will be output. Suitable values are trace, debug, info, warn, error, fatal, or silent", + "default": "info" + }, "requests": { "type": "object", "properties": { @@ -927,17 +934,13 @@ "type": "array", "description": "Tolerations for Speckle frontend pods scheduling", "default": [], - "items": { - "type": "object" - } + "items": {} }, "topologySpreadConstraints": { "type": "array", "description": "Spread Constraints for Speckle frontend pod scheduling", "default": [], - "items": { - "type": "object" - } + "items": {} }, "serviceAccount": { "type": "object", @@ -959,6 +962,11 @@ "description": "The number of instances of the Preview Service pod to be deployed within the cluster.", "default": 1 }, + "logLevel": { + "type": "string", + "description": "The minimum level of logs which will be output. Suitable values are trace, debug, info, warn, error, fatal, or silent", + "default": "info" + }, "requests": { "type": "object", "properties": { @@ -1013,17 +1021,13 @@ "type": "array", "description": "Tolerations for Speckle Preview Service pods scheduling", "default": [], - "items": { - "type": "object" - } + "items": {} }, "topologySpreadConstraints": { "type": "array", "description": "Spread Constraints for Speckle Preview Service pod scheduling", "default": [], - "items": { - "type": "object" - } + "items": {} }, "serviceAccount": { "type": "object", @@ -1045,6 +1049,11 @@ "description": "The number of instances of the Webhook Service pod to be deployed within the cluster.", "default": 1 }, + "logLevel": { + "type": "string", + "description": "The minimum level of logs which will be output. Suitable values are trace, debug, info, warn, error, fatal, or silent", + "default": "info" + }, "requests": { "type": "object", "properties": { @@ -1099,17 +1108,13 @@ "type": "array", "description": "Tolerations for Speckle Webhook Service pods scheduling", "default": [], - "items": { - "type": "object" - } + "items": {} }, "topologySpreadConstraints": { "type": "array", "description": "Spread Constraints for Speckle Webhook Service pod scheduling", "default": [], - "items": { - "type": "object" - } + "items": {} }, "serviceAccount": { "type": "object", @@ -1131,6 +1136,11 @@ "description": "The number of instances of the FileImport Service pod to be deployed within the cluster.", "default": 1 }, + "logLevel": { + "type": "string", + "description": "The minimum level of logs which will be output. Suitable values are trace, debug, info, warn, error, fatal, or silent", + "default": "info" + }, "requests": { "type": "object", "properties": { @@ -1185,17 +1195,13 @@ "type": "array", "description": "Tolerations for Speckle FileImport Service pods scheduling", "default": [], - "items": { - "type": "object" - } + "items": {} }, "topologySpreadConstraints": { "type": "array", "description": "Spread Constraints for Speckle FileImport Service pod scheduling", "default": [], - "items": { - "type": "object" - } + "items": {} }, "serviceAccount": { "type": "object", @@ -1222,6 +1228,11 @@ "description": "The number of instances of the Monitoring pod to be deployed within the cluster.", "default": 1 }, + "logLevel": { + "type": "string", + "description": "The minimum level of logs which will be output. Suitable values are trace, debug, info, warn, error, fatal, or silent", + "default": "info" + }, "requests": { "type": "object", "properties": { @@ -1276,17 +1287,13 @@ "type": "array", "description": "Tolerations for Speckle Monitoring pods scheduling", "default": [], - "items": { - "type": "object" - } + "items": {} }, "topologySpreadConstraints": { "type": "array", "description": "Spread Constraints for Speckle Monitoring pod scheduling", "default": [], - "items": { - "type": "object" - } + "items": {} }, "serviceAccount": { "type": "object", @@ -1308,6 +1315,11 @@ "test": { "type": "object", "properties": { + "logLevel": { + "type": "string", + "description": "The minimum level of logs which will be output. Suitable values are trace, debug, info, warn, error, fatal, or silent", + "default": "info" + }, "requests": { "type": "object", "properties": { diff --git a/utils/helm/speckle-server/values.yaml b/utils/helm/speckle-server/values.yaml index 0a49860dd..23dbb5d57 100644 --- a/utils/helm/speckle-server/values.yaml +++ b/utils/helm/speckle-server/values.yaml @@ -557,7 +557,7 @@ server: ## create: true fileUploads: - ## @param server.fileUpload.enabled If enabled, file uploads on the server will be flagged as enabled + ## @param server.fileUploads.enabled If enabled, file uploads on the server will be flagged as enabled enabled: true monitoring: