helm hlaeja device configuration

- 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 14:26:31 +02:00
committed by swordsteel
parent dae1879dbb
commit 638be7dc51
8 changed files with 101 additions and 0 deletions

View File

@@ -22,3 +22,9 @@ releases:
chart: ./charts/04-device-registry
values: []
historyMax: 3
- name: device-configuration
namespace: hlaeja-testing
chart: ./charts/05-device-configuration
values: []
historyMax: 3