diff --git a/helm/flowforge/values.schema.json b/helm/flowforge/values.schema.json index 93f6d3bb..5ab037c5 100644 --- a/helm/flowforge/values.schema.json +++ b/helm/flowforge/values.schema.json @@ -346,6 +346,9 @@ "labels": { "type": "object" }, + "tolerations": { + "type": "array" + }, "ingress": { "type": "object", "properties": { @@ -586,6 +589,9 @@ "labels": { "type": "object" }, + "tolerations": { + "type": "array" + }, "image": { "type": "string" }, @@ -816,6 +822,9 @@ "labels": { "type": "object" }, + "tolerations": { + "type": "array" + }, "logPassthrough": { "type": "boolean" }, diff --git a/helm/flowforge/values.yaml b/helm/flowforge/values.yaml index 501b0427..ca299cae 100644 --- a/helm/flowforge/values.yaml +++ b/helm/flowforge/values.yaml @@ -43,6 +43,7 @@ forge: readOnlyRootFilesystem: true labels: {} podLabels: {} + tolerations: [] ingress.annotations: {} persistentStorage: @@ -70,6 +71,7 @@ forge: readOnlyRootFilesystem: true labels: {} podLabels: {} + tolerations: [] telemetry: backend: prometheus: @@ -120,6 +122,8 @@ forge: timeoutSeconds: 5 successThreshold: 1 failureThreshold: 3 + + tolerations: [] logPassthrough: false customHostname: