File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed 
manifests/kustomize/third-party/seaweedfs/base/seaweedfs Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -54,11 +54,11 @@ spec:
5454                  # configure admin user using keys from secret 
5555                  echo "s3.configure -user kubeflow-admin -access_key $accesskey -secret_key $secretkey -actions Admin -apply" | /usr/bin/weed shell 
5656         ports :
57-            - containerPort : 8333 
58-            - containerPort : 8111 
59-            - containerPort : 9333 
60-            - containerPort : 19333 
61-            - containerPort : 8888 
57+         - containerPort : 8333 
58+         - containerPort : 8111 
59+         - containerPort : 9333 
60+         - containerPort : 19333 
61+         - containerPort : 8888 
6262        readinessProbe :
6363          httpGet :
6464            path : /status 
@@ -78,10 +78,10 @@ spec:
7878          runAsGroup : 1001 
7979          capabilities :
8080            drop :
81-                - ALL 
81+             - ALL 
8282        volumeMounts :
83-            - mountPath : /data 
84-              name : data 
83+         - mountPath : /data 
84+           name : data 
8585        resources :
8686          requests :
8787            cpu : 32m 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments