Skip to content

Commit aec3322

Browse files
Add volume claim in each env
1 parent b8bf6d2 commit aec3322

3 files changed

Lines changed: 13 additions & 1 deletion

File tree

helm_files/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ storage:
3636

3737
claims:
3838
data:
39-
name: threebotlogin-staging
39+
name: threebotlogin
4040
accessModes: ReadWriteMany
4141
storage: 2G
4242

helm_files/valuesProduction.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,9 @@ ingress:
2929
path: /
3030
service: wizard-prod
3131
port: 82
32+
33+
claims:
34+
data:
35+
name: threebotlogin
36+
accessModes: ReadWriteMany
37+
storage: 2G

helm_files/valuesStaging.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,9 @@ ingress:
2929
path: /
3030
service: wizard-staging
3131
port: 82
32+
33+
claims:
34+
data:
35+
name: threebotlogin-staging
36+
accessModes: ReadWriteMany
37+
storage: 2G

0 commit comments

Comments
 (0)