1
0
Fork 0
mirror of synced 2024-07-02 04:50:44 +12:00
Commit graph

170 commits

Author SHA1 Message Date
jujumilk3 4ae3735302 fix typo at helm charts 2024-03-15 19:50:54 +09:00
Sam Rose 9b60111413
Allow ndots to be configurable in the Helm chart. 2024-01-04 09:42:33 +00:00
Sam Rose d3de8acd77
Revert "Allow TEMPLATES_BUCKET_NAME to be configured in the Helm chart." 2023-12-20 17:08:49 +00:00
Sam Rose 5083369a99
Fix incorrect casing. 2023-12-20 16:26:25 +00:00
Sam Rose 915b96d78d
Allow TEMPLATES_BUCKET_NAME to be configured in the Helm chart. 2023-12-20 16:25:20 +00:00
Sam Rose 7a21576e74
Copy paste error in the Helm chart. 2023-12-20 10:18:11 +00:00
Sam Rose 753d95e2b4
Fix the command and args values in the Helm chart, I put them in the wrong place. 2023-12-20 09:55:30 +00:00
Sam Rose d48362017f
Allow the specifying of custom command and args values in Helm chart. 2023-12-19 15:07:50 +00:00
Sam Rose 79fa567095
Allow the passing of extra envrionment variables to apps, worker, and automation worker pods. 2023-12-13 17:10:19 +00:00
Sam Rose 59581890cb
Rename automation worker container. 2023-12-13 15:48:22 +00:00
Sam Rose 33818daea9
Fix whitespace. 2023-12-13 12:37:08 +00:00
Sam Rose d164a3788d
Make it possible to disable automation workers. 2023-12-13 12:36:24 +00:00
Sam Rose ff04d0516a
Disable API completely in automations workers. 2023-12-13 10:59:35 +00:00
Sam Rose 6098a2d9e8
Split out automation processing from the apps pods. 2023-12-13 10:47:16 +00:00
Michael Drury afc7892562
Merge branch 'master' into fix-deployment-instability 2023-12-06 11:48:17 +00:00
Sam Rose 79819795c1
Merge branch 'master' into fix-deployment-instability 2023-12-06 10:09:17 +00:00
Sam Rose cbdac03d75
Fix a small typo in the example values.yaml file. 2023-12-05 14:54:29 +00:00
Sam Rose 98ae0014a8
Respond to PR comments. 2023-12-04 11:47:11 +00:00
Sam Rose f776499970
Add minReadySeconds: 10 to the proxy deployment to give nginx time to properly start. 2023-12-01 16:00:37 +00:00
Sam Rose bd5d7c3b65
Merge master. 2023-12-01 14:02:01 +00:00
Christos Alexiou 4fcb4d5677 fix: use /health and remove 301 2023-11-29 23:39:41 +02:00
Sam Rose e1b16c06ea
Remove unnecessary annotations from example values.yaml. 2023-11-29 17:01:52 +00:00
Sam Rose 1642d18d7d
Remove incorrect image from values.yaml example. 2023-11-29 17:01:08 +00:00
Sam Rose e4b1cf7705
Note that we're moving to our own CouchDB image in the helm chart readme. 2023-11-29 16:57:11 +00:00
Sam Rose 7ba412d5c8
List breaking changes between 2.x and 3.0.0 in chart readme. 2023-11-29 16:53:17 +00:00
Sam Rose f917e56245
Note metrics-server dependency. 2023-11-27 17:16:06 +00:00
Sam Rose 7e10362515
More README tweaks. 2023-11-27 17:14:52 +00:00
Sam Rose 6674bf139b
Expand chart documentation, fix HPA definition. 2023-11-27 17:12:13 +00:00
Sam Rose 5ae9a3e46b
Merge master. 2023-11-24 15:04:03 +00:00
Sam Rose c50770da0a
Tidy up the chart. 2023-11-23 17:06:52 +00:00
Sam Rose 4af7bf459a
Remove extraneous creation timestamp. 2023-11-21 17:35:23 +00:00
Sam Rose 08d45820a2
Update chart dependencies, fix some syntactic errors. 2023-11-21 10:29:27 +00:00
Sam Rose cade7d339e
First pass at updating Helm chart. 2023-11-20 17:03:38 +00:00
Julio Morimoto 97ca361a6a Change minio liveness probe to use native httpGet instead of curl.
Fixes #12277
2023-11-03 14:15:28 -03:00
Adria Navarro 572cac2552 Remove SENTRY_DSN references 2023-10-18 10:51:09 +02:00
Martin McKeaveney a234ae6426 ensure secrets are not replaced on every helm run 2023-09-04 17:19:04 +01:00
Martin McKeaveney 5845884e77 Revert "don't recreate secret after first deploy, bump vm2 deps" 2023-09-01 11:30:05 +01:00
Martin McKeaveney 2eb78fb23d don't recreate secret after first deploy, bump vm2 deps 2023-08-24 17:12:48 +01:00
Jonny McCullagh 07da8a5e0f remove enabled from probe values.yaml (#11546) 2023-08-17 10:14:09 +01:00
Martin McKeaveney 755a98654c Merge branch 'master' into feature/offline-mode-k8s 2023-08-07 16:38:17 +01:00
Jonny McCullagh ebb32f8d96 add startupProbe;Probes into values.yaml (#11404) 2023-08-01 09:01:04 +01:00
Rory Powell 70f505d562 Update helm chart to expose OFFLINE_MODE env var 2023-07-25 17:03:44 +01:00
Martin McKeaveney b59c5b5512 adding a livenessprobe to the proxy service 2023-07-21 14:28:17 +01:00
Martin McKeaveney 979883257e backmerge master 2023-07-19 17:11:15 +01:00
Martin McKeaveney 9076f79ad4 reducing couchDB k8s to one node, reverting values to default 2023-07-19 12:33:23 +01:00
Martin McKeaveney d521bffc61 tidy up 2023-07-19 12:22:29 +01:00
Martin McKeaveney d7bcdfe3af pin non-v versions 2023-07-17 21:48:02 +01:00
Jonny McCullagh f21d94a52d allow ssl-policy annotation in helm chart (#10357) 2023-04-20 13:57:34 +01:00
Rory Powell 36ba6507e3 Syntax fix for proxy service image in helm charts (#10284) 2023-04-12 22:19:54 +01:00
Rory Powell b71169deee Fix how version is processed in helm chart (#10277) 2023-04-12 16:30:10 +01:00