Browse Source

chore: remove default replica count for all-in-one deployment (#7111)

pull/7113/head
Devin Lauderdale 2 months ago
committed by GitHub
parent
commit
92cebe12f0
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      k8s/charts/seaweedfs/values.yaml

1
k8s/charts/seaweedfs/values.yaml

@ -1088,7 +1088,6 @@ allInOne:
enabled: false enabled: false
imageOverride: null imageOverride: null
restartPolicy: Always restartPolicy: Always
replicas: 1
# Core configuration # Core configuration
idleTimeout: 30 # Connection idle seconds idleTimeout: 30 # Connection idle seconds

Loading…
Cancel
Save