helm hlaeja device data

- update actuator.http
- update helmfile.yaml
- add 04-service.yaml
- add 03-deployment.yaml
- add 02-configmap.yaml
- add 01-secret.yaml
- add values.yaml
- add Chart.yaml
This commit is contained in:
2025-07-27 18:22:30 +02:00
committed by swordsteel
parent 67c92fa4c7
commit c0d0156da8
8 changed files with 107 additions and 0 deletions

View File

@@ -28,3 +28,9 @@ releases:
chart: ./charts/05-device-configuration
values: []
historyMax: 3
- name: device-data
namespace: hlaeja-testing
chart: ./charts/06-device-data
values: []
historyMax: 3