We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f4cffe commit 3c02faeCopy full SHA for 3c02fae
charts/flux-image-gen/values.yaml
@@ -85,13 +85,13 @@ api:
85
deploymentStrategy:
86
type: Recreate
87
88
- # Downloading 100GB+ of model weights can take a long time so
89
- # it's difficult to give these probes sensible default values...
+ # Downloading model weights can take a long time so it's
+ # difficult to give these probes sensible default values
90
+ # Is 30 minutes long enough...?
91
startupProbe:
92
# httpGet:
93
# path: /
94
# port: http
- # Is 30 minutes long enough...?
95
# failureThreshold: 180
96
# periodSeconds: 10
97
livenessProbe:
0 commit comments