@catladder/pipeline 1.130.0 → 1.132.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (32) hide show
  1. package/dist/build/node/yarn.js +2 -2
  2. package/dist/bundles/catladder-gitlab/index.js +1 -1
  3. package/dist/constants.js +1 -1
  4. package/dist/deploy/types/kubernetes.d.ts +4 -0
  5. package/dist/tsconfig.tsbuildinfo +1 -1
  6. package/examples/__snapshots__/cloud-run-memory-limit.ts.snap +48 -48
  7. package/examples/__snapshots__/cloud-run-meteor-with-worker.ts.snap +48 -48
  8. package/examples/__snapshots__/cloud-run-no-cpu-throttling.ts.snap +48 -48
  9. package/examples/__snapshots__/cloud-run-non-public.ts.snap +48 -48
  10. package/examples/__snapshots__/cloud-run-post-stop-job.ts.snap +48 -48
  11. package/examples/__snapshots__/cloud-run-with-sql-reuse-db.ts.snap +96 -96
  12. package/examples/__snapshots__/cloud-run-with-sql.ts.snap +96 -96
  13. package/examples/__snapshots__/cloud-run-with-worker.ts.snap +48 -48
  14. package/examples/__snapshots__/custom-build-job-with-tests.ts.snap +8 -8
  15. package/examples/__snapshots__/custom-build-job.ts.snap +8 -8
  16. package/examples/__snapshots__/custom-deploy.ts.snap +48 -48
  17. package/examples/__snapshots__/custom-envs.ts.snap +60 -60
  18. package/examples/__snapshots__/custom-sbom-java.ts.snap +8 -8
  19. package/examples/__snapshots__/kubernetes-application-customization.ts.snap +48 -48
  20. package/examples/__snapshots__/kubernetes-with-cloud-sql-legacy.ts.snap +48 -48
  21. package/examples/__snapshots__/kubernetes-with-cloud-sql.ts.snap +48 -48
  22. package/examples/__snapshots__/kubernetes-with-jobs.ts.snap +96 -96
  23. package/examples/__snapshots__/kubernetes-with-mongodb.ts.snap +48 -48
  24. package/examples/__snapshots__/meteor-kubernetes.ts.snap +48 -48
  25. package/examples/__snapshots__/native-app.ts.snap +96 -96
  26. package/examples/__snapshots__/node-build-with-custom-image.ts.snap +48 -48
  27. package/examples/__snapshots__/rails-k8s-with-worker.ts.snap +24 -0
  28. package/examples/__snapshots__/wait-for-other-deploy.ts.snap +96 -96
  29. package/examples/rails-k8s-with-worker.ts +3 -0
  30. package/package.json +1 -1
  31. package/src/build/node/yarn.ts +3 -3
  32. package/src/deploy/types/kubernetes.ts +4 -0
@@ -33,18 +33,18 @@ exports[`matches snapshot 1`] = `
33
33
  ],
34
34
  },
35
35
  "script": [
36
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
36
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
37
37
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
38
38
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
39
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
39
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
40
40
  "cd www",
41
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
41
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
42
42
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
43
43
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
44
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
45
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
44
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
45
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
46
46
  "yarn install --immutable",
47
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
47
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
48
48
  "yarn lint",
49
49
  ],
50
50
  "stage": "test",
@@ -104,18 +104,18 @@ exports[`matches snapshot 1`] = `
104
104
  },
105
105
  "script": [
106
106
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > www/__build_info.json",
107
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
107
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
108
108
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
109
109
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
110
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
110
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
111
111
  "cd www",
112
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
112
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
113
113
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
114
114
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
115
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
116
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
115
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
116
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
117
117
  "yarn install --immutable",
118
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
118
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
119
119
  "yarn build",
120
120
  ],
121
121
  "stage": "build",
@@ -442,18 +442,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
442
442
  ],
443
443
  },
444
444
  "script": [
445
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
445
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
446
446
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
447
447
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
448
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
448
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
449
449
  "cd www",
450
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
450
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
451
451
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
452
452
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
453
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
454
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
453
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
454
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
455
455
  "yarn install --immutable",
456
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
456
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
457
457
  "yarn test",
458
458
  ],
459
459
  "stage": "test",
@@ -589,18 +589,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
589
589
  ],
590
590
  },
591
591
  "script": [
592
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
592
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
593
593
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
594
594
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
595
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
595
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
596
596
  "cd www",
597
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
597
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
598
598
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
599
599
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
600
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
601
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
600
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
601
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
602
602
  "yarn install --immutable",
603
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
603
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
604
604
  "yarn lint",
605
605
  ],
606
606
  "stage": "test",
@@ -660,18 +660,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
660
660
  },
661
661
  "script": [
662
662
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > www/__build_info.json",
663
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
663
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
664
664
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
665
665
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
666
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
666
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
667
667
  "cd www",
668
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
668
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
669
669
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
670
670
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
671
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
672
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
671
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
672
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
673
673
  "yarn install --immutable",
674
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
674
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
675
675
  "yarn build",
676
676
  ],
677
677
  "stage": "build",
@@ -1004,18 +1004,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1004
1004
  ],
1005
1005
  },
1006
1006
  "script": [
1007
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1007
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1008
1008
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1009
1009
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1010
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1010
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1011
1011
  "cd www",
1012
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1012
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1013
1013
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1014
1014
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1015
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1016
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
1015
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1016
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
1017
1017
  "yarn install --immutable",
1018
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
1018
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
1019
1019
  "yarn test",
1020
1020
  ],
1021
1021
  "stage": "test",
@@ -1171,18 +1171,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1171
1171
  },
1172
1172
  "script": [
1173
1173
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > www/__build_info.json",
1174
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1174
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1175
1175
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1176
1176
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1177
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1177
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1178
1178
  "cd www",
1179
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1179
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1180
1180
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1181
1181
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1182
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1183
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
1182
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1183
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
1184
1184
  "yarn install --immutable",
1185
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
1185
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
1186
1186
  "yarn build",
1187
1187
  ],
1188
1188
  "stage": "build",
@@ -1255,18 +1255,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1255
1255
  },
1256
1256
  "script": [
1257
1257
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > www/__build_info.json",
1258
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1258
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1259
1259
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1260
1260
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1261
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1261
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1262
1262
  "cd www",
1263
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1263
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1264
1264
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1265
1265
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1266
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1267
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
1266
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1267
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
1268
1268
  "yarn install --immutable",
1269
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
1269
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
1270
1270
  "yarn build",
1271
1271
  ],
1272
1272
  "stage": "build",
@@ -94,6 +94,7 @@ application:
94
94
  worker:
95
95
  enabled: true
96
96
  command: 'launcher bundle exec rake jobs:work'
97
+ livenessProbe: false
97
98
  cloudsql:
98
99
  enabled: true
99
100
  dbUser: 'postgres'
@@ -314,6 +315,7 @@ application:
314
315
  worker:
315
316
  enabled: true
316
317
  command: 'launcher bundle exec rake jobs:work'
318
+ livenessProbe: false
317
319
  cloudsql:
318
320
  enabled: true
319
321
  dbUser: 'postgres'
@@ -432,6 +434,7 @@ application:
432
434
  worker:
433
435
  enabled: true
434
436
  command: 'launcher bundle exec rake jobs:work'
437
+ livenessProbe: false
435
438
  cloudsql:
436
439
  enabled: true
437
440
  dbUser: 'postgres'
@@ -690,6 +693,7 @@ application:
690
693
  worker:
691
694
  enabled: true
692
695
  command: 'launcher bundle exec rake jobs:work'
696
+ livenessProbe: false
693
697
  cloudsql:
694
698
  enabled: true
695
699
  dbUser: 'postgres'
@@ -913,6 +917,7 @@ application:
913
917
  worker:
914
918
  enabled: true
915
919
  command: 'launcher bundle exec rake jobs:work'
920
+ livenessProbe: false
916
921
  cloudsql:
917
922
  enabled: true
918
923
  dbUser: 'postgres'
@@ -1034,6 +1039,7 @@ application:
1034
1039
  worker:
1035
1040
  enabled: true
1036
1041
  command: 'launcher bundle exec rake jobs:work'
1042
+ livenessProbe: false
1037
1043
  cloudsql:
1038
1044
  enabled: true
1039
1045
  dbUser: 'postgres'
@@ -1295,6 +1301,7 @@ application:
1295
1301
  worker:
1296
1302
  enabled: true
1297
1303
  command: 'launcher bundle exec rake jobs:work'
1304
+ livenessProbe: false
1298
1305
  cloudsql:
1299
1306
  enabled: true
1300
1307
  dbUser: 'postgres'
@@ -1406,6 +1413,7 @@ application:
1406
1413
  worker:
1407
1414
  enabled: true
1408
1415
  command: 'launcher bundle exec rake jobs:work'
1416
+ livenessProbe: false
1409
1417
  cloudsql:
1410
1418
  enabled: true
1411
1419
  dbUser: 'postgres'
@@ -1631,6 +1639,7 @@ application:
1631
1639
  worker:
1632
1640
  enabled: true
1633
1641
  command: 'launcher bundle exec rake jobs:work'
1642
+ livenessProbe: false
1634
1643
  cloudsql:
1635
1644
  enabled: true
1636
1645
  dbUser: 'postgres'
@@ -1760,6 +1769,7 @@ application:
1760
1769
  worker:
1761
1770
  enabled: true
1762
1771
  command: 'launcher bundle exec rake jobs:work'
1772
+ livenessProbe: false
1763
1773
  cloudsql:
1764
1774
  enabled: true
1765
1775
  dbUser: 'postgres'
@@ -1878,6 +1888,7 @@ application:
1878
1888
  worker:
1879
1889
  enabled: true
1880
1890
  command: 'launcher bundle exec rake jobs:work'
1891
+ livenessProbe: false
1881
1892
  cloudsql:
1882
1893
  enabled: true
1883
1894
  dbUser: 'postgres'
@@ -1996,6 +2007,7 @@ application:
1996
2007
  worker:
1997
2008
  enabled: true
1998
2009
  command: 'launcher bundle exec rake jobs:work'
2010
+ livenessProbe: false
1999
2011
  cloudsql:
2000
2012
  enabled: true
2001
2013
  dbUser: 'postgres'
@@ -2231,6 +2243,7 @@ application:
2231
2243
  worker:
2232
2244
  enabled: true
2233
2245
  command: 'launcher bundle exec rake jobs:work'
2246
+ livenessProbe: false
2234
2247
  cloudsql:
2235
2248
  enabled: true
2236
2249
  dbUser: 'postgres'
@@ -2456,6 +2469,7 @@ application:
2456
2469
  worker:
2457
2470
  enabled: true
2458
2471
  command: 'launcher bundle exec rake jobs:work'
2472
+ livenessProbe: false
2459
2473
  cloudsql:
2460
2474
  enabled: true
2461
2475
  dbUser: 'postgres'
@@ -2574,6 +2588,7 @@ application:
2574
2588
  worker:
2575
2589
  enabled: true
2576
2590
  command: 'launcher bundle exec rake jobs:work'
2591
+ livenessProbe: false
2577
2592
  cloudsql:
2578
2593
  enabled: true
2579
2594
  dbUser: 'postgres'
@@ -2832,6 +2847,7 @@ application:
2832
2847
  worker:
2833
2848
  enabled: true
2834
2849
  command: 'launcher bundle exec rake jobs:work'
2850
+ livenessProbe: false
2835
2851
  cloudsql:
2836
2852
  enabled: true
2837
2853
  dbUser: 'postgres'
@@ -3060,6 +3076,7 @@ application:
3060
3076
  worker:
3061
3077
  enabled: true
3062
3078
  command: 'launcher bundle exec rake jobs:work'
3079
+ livenessProbe: false
3063
3080
  cloudsql:
3064
3081
  enabled: true
3065
3082
  dbUser: 'postgres'
@@ -3181,6 +3198,7 @@ application:
3181
3198
  worker:
3182
3199
  enabled: true
3183
3200
  command: 'launcher bundle exec rake jobs:work'
3201
+ livenessProbe: false
3184
3202
  cloudsql:
3185
3203
  enabled: true
3186
3204
  dbUser: 'postgres'
@@ -3442,6 +3460,7 @@ application:
3442
3460
  worker:
3443
3461
  enabled: true
3444
3462
  command: 'launcher bundle exec rake jobs:work'
3463
+ livenessProbe: false
3445
3464
  cloudsql:
3446
3465
  enabled: true
3447
3466
  dbUser: 'postgres'
@@ -3553,6 +3572,7 @@ application:
3553
3572
  worker:
3554
3573
  enabled: true
3555
3574
  command: 'launcher bundle exec rake jobs:work'
3575
+ livenessProbe: false
3556
3576
  cloudsql:
3557
3577
  enabled: true
3558
3578
  dbUser: 'postgres'
@@ -3788,6 +3808,7 @@ application:
3788
3808
  worker:
3789
3809
  enabled: true
3790
3810
  command: 'launcher bundle exec rake jobs:work'
3811
+ livenessProbe: false
3791
3812
  cloudsql:
3792
3813
  enabled: true
3793
3814
  dbUser: 'postgres'
@@ -3917,6 +3938,7 @@ application:
3917
3938
  worker:
3918
3939
  enabled: true
3919
3940
  command: 'launcher bundle exec rake jobs:work'
3941
+ livenessProbe: false
3920
3942
  cloudsql:
3921
3943
  enabled: true
3922
3944
  dbUser: 'postgres'
@@ -4035,6 +4057,7 @@ application:
4035
4057
  worker:
4036
4058
  enabled: true
4037
4059
  command: 'launcher bundle exec rake jobs:work'
4060
+ livenessProbe: false
4038
4061
  cloudsql:
4039
4062
  enabled: true
4040
4063
  dbUser: 'postgres'
@@ -4153,6 +4176,7 @@ application:
4153
4176
  worker:
4154
4177
  enabled: true
4155
4178
  command: 'launcher bundle exec rake jobs:work'
4179
+ livenessProbe: false
4156
4180
  cloudsql:
4157
4181
  enabled: true
4158
4182
  dbUser: 'postgres'