Skip to content

Commit 394fc9a

Browse files
sahil9001akagami-harsh
authored andcommitted
chore: fixed indentation
Signed-off-by: Sahil Silare <[email protected]>
1 parent a1cbae7 commit 394fc9a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

manifests/kustomize/third-party/seaweedfs/base/seaweedfs/seaweedfs-deployment.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)