Sam Rose
98ae0014a8
Respond to PR comments.
2023-12-04 11:47:11 +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
Rory Powell
3b9887c66c
Use helm .Chart.AppVersion instead of specifying value ( #9933 )
...
* Use helm .Chart.AppVersion instead of specifying value
* Backwards compatibility with existing process for deploying chart from source where Chart.AppVersion hasn't been generated yet
2023-04-12 13:49:25 +01:00
Rory Powell
35fc9ba45c
Add quote to httpLogging in helm chart ( #10205 )
2023-04-04 15:45:34 +01:00
Rory Powell
976b3a55ca
Update logging to support dd trace attributes ( #10086 )
...
* Update logging middleware to integrate with pino for console logging
* Remove elastic apm references, use updated core middlewares
* Remove redundant LOG_LEVEL definitions
* Remove no longer needed jest logging overrides
* lint
* Backwards compat between console log helpers and pino
* Configurable DISABLE_HTTP_LOGGING
* Don't log 4xx as errors
* Remove redundant ENABLE_4XX_HTTP_LOGGING
* Cleanup migrations and event logging
* Improve bb-alert logging
* Add DISABLE_HTTP_LOGGING to helm chart
* Add ops endpoints for testing
* Disable http logging in dev
* Backwards compatible tracing implementation
* Naming update on http logging env var
* lint
* Update packages/backend-core/src/environment.ts
Co-authored-by: Adria Navarro <adria@revityapp.com>
* Merge
* Lint
* Fix console.warn failing mock by replacing with alerts mock instead
* Lint
---------
Co-authored-by: Adria Navarro <adria@revityapp.com>
2023-04-04 15:08:46 +01:00
Rory Powell
c57e69d082
Chore: Update livenessprobe timeout, add readinessprobe ( #10139 )
...
* Chore: Update livenessprobe timeout, add readinessprobe
* Remove liveness and readiness probes from values
* Add clarifying comment to existing liveness and readiness probes
* U[date failureThreshold on readiness probe to be 3
2023-03-28 16:07:03 +01:00
Vinoth Kirubakaran
044a88dd8a
Ability to configure schedulerName for helm charts ( #10018 )
...
* Update minio-service-deployment.yaml
* Update redis-service-deployment.yaml
* Update couchdb-backup.yaml
* Update proxy-service-deployment.yaml
* Update app-service-deployment.yaml
* Update worker-service-deployment.yaml
* Update app-service-deployment.yaml
* Update couchdb-backup.yaml
* Update minio-service-deployment.yaml
* Update proxy-service-deployment.yaml
* Update redis-service-deployment.yaml
* Update worker-service-deployment.yaml
2023-03-16 12:23:47 +00:00
Rory Powell
f482dbca8b
Update fallback env vars in k8s chart ( #10014 )
2023-03-14 09:41:40 +00:00
Rory Powell
e116941750
Rotatable secrets ( #9982 )
...
* Rotatable secrets
* Set new api encryption key var
* Lint
* Use fallback keys instead of array
* Point api encryption key to dedicated value
* Add API_ENCRYPTION_KEY to cli
* Lint + add api encryption key to env files
2023-03-13 15:02:59 +00:00
Rory Powell
c33ea4dcfe
Update deployment templates to remove unused cdn url and fix empty env vars ( #9967 )
2023-03-09 16:13:26 +00:00
Martin McKeaveney
f7d6c37fc7
merge
2023-03-03 16:49:04 +00:00
Martin McKeaveney
d8e9132b37
allow proxy service rate limits to be controlled with helm
2023-03-01 18:33:37 +00:00
Martin McKeaveney
d8fbdeb6f8
set couchDB chart version to 3.1.1
2023-02-23 16:20:44 +00:00
Jonny McCullagh
c5bc0d4ffb
add datadog apm ( #9693 )
...
* add datadog apm
* datadog init not start
* extra env vars for DD APM
* add datadog apm
* datadog init not start
* extra env vars for DD APM
* add datadog apm
* remove space
* Enable typescript integration with apm agents
* Fix typo
---------
Co-authored-by: Jonny <Jonny McCullagh>
Co-authored-by: Rory Powell <rory.codes@gmail.com>
2023-02-15 16:28:20 +00:00
Martin McKeaveney
d4a0e44b31
merge
2023-02-05 22:11:37 +00:00
Rory Powell
ae385cba10
Fix formatting on alb-ingress.yml
2023-02-02 11:40:23 +00:00
Dean
0eed617866
Updated default feature flags to include onboarding by default. Added tenant overrides to allow exclusion from global features
2023-02-01 14:12:43 +00:00
Peter Clement
ad51e99826
Add ENCRYPTION_KEY to template files
2023-02-01 09:47:29 +00:00
Jonny McCullagh
5685e155c6
Infra/ingress secrurity group ( #9374 )
...
* optional security groups to helm ingress
2023-01-31 16:27:56 +00:00
Martin McKeaveney
78e67df3dc
cherry pick nginx change ( #9316 )
...
Co-authored-by: Rory Powell <rory.codes@gmail.com>
2023-01-11 21:05:44 +00:00