Skip to content

Commit

Permalink
Update default values and values schema
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski committed Sep 10, 2024
1 parent 48adda1 commit b193130
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
9 changes: 9 additions & 0 deletions helm/flowforge/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,9 @@
"labels": {
"type": "object"
},
"tolerations": {
"type": "array"
},
"ingress": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -586,6 +589,9 @@
"labels": {
"type": "object"
},
"tolerations": {
"type": "array"
},
"image": {
"type": "string"
},
Expand Down Expand Up @@ -816,6 +822,9 @@
"labels": {
"type": "object"
},
"tolerations": {
"type": "array"
},
"logPassthrough": {
"type": "boolean"
},
Expand Down
4 changes: 4 additions & 0 deletions helm/flowforge/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ forge:
readOnlyRootFilesystem: true
labels: {}
podLabels: {}
tolerations: []
ingress.annotations: {}

persistentStorage:
Expand Down Expand Up @@ -70,6 +71,7 @@ forge:
readOnlyRootFilesystem: true
labels: {}
podLabels: {}
tolerations: []
telemetry:
backend:
prometheus:
Expand Down Expand Up @@ -120,6 +122,8 @@ forge:
timeoutSeconds: 5
successThreshold: 1
failureThreshold: 3

tolerations: []

logPassthrough: false
customHostname:
Expand Down

0 comments on commit b193130

Please sign in to comment.