Commit graph

23 commits

Author SHA1 Message Date
Skyler Mäntysaari
1ee4d9b717
Support for more backend config options. (#91)
* Support for more backend config options.
* Support for more backend config options, part two.
* Update Chart.yaml
* Update README for chart
2024-05-02 15:51:55 +03:00
Skyler Mäntysaari
12c05d246f Fixing end templates for backend.. 2024-04-05 09:27:36 +03:00
Skyler Mäntysaari
a28df47fff Fixing end templates for backend 2024-04-05 09:06:27 +03:00
Skyler Mäntysaari
ac75108ad0 Fixing templates for additionalContainers definitions, part three. 2024-04-05 08:48:02 +03:00
Skyler Mäntysaari
c78b7bc9e8 Fixing templates for additionalContainers definitions, part two.
Typing is hard..
2024-04-05 08:30:13 +03:00
Skyler Mäntysaari
3a6387a9bf Fixing templates for additionalContainers definitions. 2024-04-05 08:08:46 +03:00
Gabriel Simmer
cfec6a8783
Allow overriding of secret keys for database (#78)
Increment Chart version
2024-01-24 12:49:48 +02:00
Skyler Mäntysaari
bf461ea8fb fix: backend configmap with secrets 2023-07-21 06:05:46 +03:00
Skyler Mäntysaari
5280698596
fix: init containers (#40) 2023-07-21 06:00:40 +03:00
Skyler Mäntysaari
a52fb2b85d backend: Better secret var naming 2023-07-21 05:31:29 +03:00
Skyler Mäntysaari
42e5d8f110
chore(backend): Fix the configmap generation for databases. (#39)
It shouldn't require dialect and driver_class and instead default to using them but allow customization.
2023-07-21 05:19:44 +03:00
Aleksa Siriški
03c86e5b06
ytproxy bug and resources (#20)
* ytproxy bug and resources

fixed missing .ytproxy in pod template and fixed resources

* Update Chart.yaml
* Changelog and readme

---------

Co-authored-by: Skyler Mäntysaari <samip5@users.noreply.github.com>
2023-05-03 23:41:50 +03:00
Skyler Mäntysaari
1bb362f205 Clean up pod templates and fix templating.
There were multiple pod templates that were not using values due to how it is structured, now they do work.
2023-04-19 01:53:54 +03:00
Skyler Mäntysaari
c26e63c5ba Allow resource limits and add config validator.
Fixes #4
2023-04-18 01:42:53 +03:00
Skyler Mäntysaari
a490a33621 Fix the backend configmap generation
Closes https://github.com/TeamPiped/Piped-Kubernetes/issues/2
2023-04-17 20:40:50 +03:00
Skyler Mäntysaari
b34176b7ec Added ability to supply backend's database creds via secret. 2023-03-05 08:59:45 +02:00
Skyler Mäntysaari
3c9966560d Major version release of Chart 2023-03-04 01:52:32 +02:00
Skyler Mäntysaari
f26bceebb6 Better backend configmap 2023-03-02 07:33:21 +02:00
Skyler Mäntysaari
ae88860742 More changes and chart bump 2023-03-02 04:00:25 +02:00
Skyler Mäntysaari
00d7f2b0eb It works :) 2023-03-02 02:44:16 +02:00
Skyler Mäntysaari
0a36471031 Backend doesn't work quite yet but otherwise it does. 2023-03-01 23:43:03 +02:00
Skyler Mäntysaari
6c8ac774e8 Commands do work for the most part
The frontend needs better way than sed to change the api endpoint.
2023-02-15 04:40:41 +02:00
Skyler Mäntysaari
52ed0d9374 Progress 2023-02-15 03:25:36 +02:00