File tree Expand file tree Collapse file tree 2 files changed +4
-12
lines changed
Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,6 @@ replicaCount: 1
55image :
66 tag : dev
77
8- # Use Recreate strategy for single replica with ReadWriteOnce PVC
9- # (Rolling update doesn't work with RWO volumes)
10- updateStrategy :
11- type : Recreate
12-
138route :
149 host : eagle-dev.apps.silver.devops.gov.bc.ca
1510
@@ -52,8 +47,9 @@ secrets:
5247 clientIdKey : CLIENTID
5348 clientSecretKey : CLIENT_SECRET
5449
50+ # Disable persistence to avoid PVC attachment issues
5551persistence :
56- size : 5Gi
52+ enabled : false
5753
5854autoscaling :
5955 enabled : false
Original file line number Diff line number Diff line change @@ -5,11 +5,6 @@ replicaCount: 1
55image :
66 tag : test
77
8- # Use Recreate strategy for single replica with ReadWriteOnce PVC
9- # (Rolling update doesn't work with RWO volumes)
10- updateStrategy :
11- type : Recreate
12-
138route :
149 host : eagle-test.apps.silver.devops.gov.bc.ca
1510
@@ -52,8 +47,9 @@ secrets:
5247 clientIdKey : CLIENTID
5348 clientSecretKey : CLIENT_SECRET
5449
50+ # Disable persistence to avoid PVC attachment issues
5551persistence :
56- size : 10Gi
52+ enabled : false
5753
5854autoscaling :
5955 enabled : false
You can’t perform that action at this time.
0 commit comments