Commit graph

956 commits

Author SHA1 Message Date
Tommy
774d0a6f4a
feat(docs) improve documentation with examples of manual and automated deployment. Complete overview. 2023-12-23 09:54:33 +01:00
Tommy
1430ea08f9
feat(docs) improve documentation with examples of manual and automated deployment. Complete overview. 2023-12-23 09:54:31 +01:00
Tommy Skaug
b45f257b49
Merge pull request #4 from tommy-skaug:foundationdb
Add foundationdb charts
2023-12-23 09:48:43 +01:00
Tommy
9f984d103a
Add foundationdb charts since the Apple Helm chart
doesn't work at the moment.
https://github.com/FoundationDB/fdb-kubernetes-operator/issues/1788
2023-12-23 09:46:21 +01:00
Tommy Skaug
135c10e4ca
Merge pull request #3 from tommy-skaug/renovate/hasura-graphql-engine-2.x
Update hasura/graphql-engine Docker tag to v2.36.1
2023-12-20 09:14:03 +01:00
Renovate Bot
7695a0c05e Update hasura/graphql-engine Docker tag to v2.36.1 2023-12-20 08:06:56 +00:00
Tommy Skaug
535f45533e
Merge pull request #2 from tommy-skaug/renovate/configure
Configure Renovate
2023-12-20 08:40:51 +01:00
Renovate Bot
beb8d2f0de Add renovate.json 2023-12-20 01:03:09 +00:00
Tommy
05cfdc096b
feat(taskfile) add helm lint 2023-12-19 17:53:51 +01:00
Tommy
3ce1e4ab7d
feat(hasura-engine) add example of how to create an external-secret for chart 2023-12-19 17:53:51 +01:00
Tommy Skaug
eba0746512
Update README.md 2023-12-19 17:48:52 +01:00
Tommy
b37e0d6d7c
feat(hasura-engine) add graphql server chart 2023-12-19 17:47:53 +01:00
Tommy
038366081b
feat(dispatch) minimize authentication config for header first 2023-12-16 21:45:47 +01:00
Tommy
efcafb9ccb
feat(dispatch) add support for authentication plugins. Starting with auth header and doing the ground work for PKCE and basic auth. 2023-12-16 20:33:01 +01:00
Tommy
dde1030afa
fix(dispatch) correct init command after manual test 2023-12-16 19:22:10 +01:00
Tommy
0682e110d2
fix(dispatch) correct init command after manual test 2023-12-16 19:21:38 +01:00
Tommy
a42bb2072d
fix(dispatch) correct init command after manual test 2023-12-16 19:14:18 +01:00
Tommy
930313722f
fix(dispatch) correct init command after manual test 2023-12-16 18:40:59 +01:00
Tommy
c7abdbe076
chore(dispatch) add secret env to web init container 2023-12-16 18:28:44 +01:00
Tommy
8dfc2bf578
chore(dispatch) bump version 2023-12-16 18:14:08 +01:00
Tommy
6679213383
chore(dispatch) add env to web init container 2023-12-16 18:13:46 +01:00
Tommy
4d5e982db0
chore(dispatch) restructuring values 2023-12-16 17:56:15 +01:00
Tommy
306bf62730
chore(dispatch) restructuring values 2023-12-16 17:17:51 +01:00
Tommy
698d9e1f15
feat(taskfile) add taskfile for future chores 2023-12-16 17:17:19 +01:00
Tommy
ee0fc45bc6
chore(dispatch) restructuring values 2023-12-16 16:54:42 +01:00
Tommy
c066b695cd
chore(dispatch) restructuring values 2023-12-16 16:49:16 +01:00
Tommy
b2d107839f
feat(dispatch) Move secrets to one common var. Cleanup. 2023-12-16 15:53:10 +01:00
Tommy
47948e795b
chore(dispatch) bump version 2023-12-16 15:08:38 +01:00
Tommy
b012e109a5
feat(dispatch) add support for env 2023-12-16 15:08:03 +01:00
Tommy
7251f5bbc2
feat(dispatch) add enabled flags for the components. Separate secrets so that they can be referenced in each chart. Add a few initial notes. 2023-12-16 15:04:59 +01:00
Tommy
cde310d6bc
feat(dispatch) add enabled flags for the components. Separate secrets so that they can be referenced in each chart. Add a few initial notes. 2023-12-16 14:59:22 +01:00
Tommy
542a00b1b8
feat(dispatch) add secretref for each module 2023-12-16 14:49:34 +01:00
Tommy
72b7a58a4a
fix(dispatch) change command to start with dispatch, which is the container bin 2023-12-16 14:37:02 +01:00
Tommy
938c715455
fix(dispatch) fix wrong value path for db init container 2023-12-16 13:59:06 +01:00
Tommy
134b30be2b
chore(conduit) bump version to avoid conflict 2023-12-16 13:43:49 +01:00
Tommy
1440c726dd
fix(dispatch) fix the sceduler command and add the db init command to the web container 2023-12-16 13:41:26 +01:00
Tommy
16803279d0
add a few keywords to be expanded on 2023-12-15 18:54:46 +01:00
Tommy
bb50fc9fde
feat(dispatch) add support for Netflix Dispatch 2023-12-15 18:53:09 +01:00
Tommy
744c654213 Try hardcoding the group, since that's the group in the external Conduit image. 2023-10-29 15:41:22 +01:00
Tommy
2bd58d0712 Fix error with duplicate securitycontext entries. 2023-10-29 15:28:37 +01:00
Tommy
ee036a28ad Bump version 2023-10-29 15:20:27 +01:00
Tommy
5da4a0b987 Add fsgroup so that the conduit group and rocksdb can write to the mounted pv 2023-10-29 15:19:11 +01:00
Tommy
736ea03631 Debug permission issues with mounted filesystem (PV) 2023-10-29 13:55:41 +01:00
Tommy
0997ca2691 Fix bug with string being interpreted as bool and bump version 2023-10-29 13:21:23 +01:00
Tommy
b9cd4b1b33 Bump chart version 2023-10-29 13:19:01 +01:00
Tommy
ea48b8c6bb Remove instructions for ingress 2023-10-29 13:17:26 +01:00
Tommy
ef380761db The ingress definition should be defined outside the chart. 2023-10-29 12:20:48 +01:00
Tommy
0c040e306a Remove internal well-known. This should be served by an external well-known server instead via annotations. 2023-10-29 12:16:47 +01:00
Tommy
8d496bf93a Simplify config options of conduit. Now only supports PV. Also change mount path to /var/local so that it matches the typical Talos Linux config. Bump version to 0.2.2 2023-10-29 12:16:06 +01:00
Tommy
cf08130fba Replace Synapse with Conduit 2023-10-29 09:43:04 +01:00