Browse Source
chore: remove default replica count for all-in-one deployment (#7111)
pull/7113/head
Devin Lauderdale
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
1 deletions
-
k8s/charts/seaweedfs/values.yaml
|
|
@ -1088,7 +1088,6 @@ allInOne: |
|
|
|
enabled: false |
|
|
|
imageOverride: null |
|
|
|
restartPolicy: Always |
|
|
|
replicas: 1 |
|
|
|
|
|
|
|
# Core configuration |
|
|
|
idleTimeout: 30 # Connection idle seconds |
|
|
|