Skip to content

Commit 50a3fda

Browse files
authored
Change robobird namespace and add storage class
Updated the namespace for the robobird StatefulSet and added storageClassName.
1 parent 2b08527 commit 50a3fda

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deployment/deployment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apps/v1
22
kind: StatefulSet
33
metadata:
44
name: robobird
5-
namespace: tfb-backend
5+
namespace: tfb-services
66
labels:
77
run: robobird
88
spec:
@@ -35,6 +35,7 @@ spec:
3535
name: robobird-pv
3636
spec:
3737
accessModes: ["ReadWriteOnce"]
38+
storageClassName: local-path
3839
resources:
3940
requests:
4041
storage: 10Gi

0 commit comments

Comments
 (0)