|
|
|
@ -216,9 +216,9 @@ worker: |
|
|
|
workingDir: "/tmp/seaweedfs-worker" |
|
|
|
|
|
|
|
# Optional: configure admin server address |
|
|
|
# If not specified, auto-discovers from admin service in the same namespace |
|
|
|
# Replace <namespace> with your actual namespace |
|
|
|
adminServer: "seaweedfs-admin.<namespace>:33646" |
|
|
|
# If not specified, auto-discovers from admin service in the same namespace. |
|
|
|
# Replace <namespace> with the namespace where the admin service is deployed. |
|
|
|
adminServer: "seaweedfs-admin.<namespace>.svc:33646" |
|
|
|
|
|
|
|
# Workers need storage for task execution |
|
|
|
# Note: Workers use a Deployment, which does not support `volumeClaimTemplates` |
|
|
|
@ -282,7 +282,7 @@ worker: |
|
|
|
maxConcurrent: 2 |
|
|
|
# REQUIRED: Point to the admin service of your main SeaweedFS release |
|
|
|
# Replace <namespace> with the namespace where your main seaweedfs is deployed |
|
|
|
adminServer: "seaweedfs-admin.<namespace>:33646" |
|
|
|
adminServer: "seaweedfs-admin.<namespace>.svc:33646" |
|
|
|
``` |
|
|
|
|
|
|
|
**values-worker-balance.yaml** (for balance operations): |
|
|
|
@ -306,7 +306,7 @@ worker: |
|
|
|
maxConcurrent: 1 |
|
|
|
# REQUIRED: Point to the admin service of your main SeaweedFS release |
|
|
|
# Replace <namespace> with the namespace where your main seaweedfs is deployed |
|
|
|
adminServer: "seaweedfs-admin.<namespace>:33646" |
|
|
|
adminServer: "seaweedfs-admin.<namespace>.svc:33646" |
|
|
|
``` |
|
|
|
|
|
|
|
Deploy the specialized workers as separate releases: |
|
|
|
|