13 lines
197 B
YAML
13 lines
197 B
YAML
apiVersion: seaweed.seaweedfs.com/v1
|
|
kind: Seaweed
|
|
metadata:
|
|
name: seaweed1
|
|
spec:
|
|
# Add fields here
|
|
image: chrislusf/seaweedfs:2.05
|
|
volumeServerCount: 4
|
|
filerCount: 2
|
|
hosts:
|
|
- "*"
|
|
|