k8s hlaeja device data

This commit is contained in:
2025-07-23 17:16:25 +02:00
committed by swordsteel
parent bde856e378
commit 3b8d20896c
5 changed files with 120 additions and 0 deletions

View File

@@ -40,6 +40,11 @@
* [Config Map](#config-map-4)
* [Deployment](#deployment-2)
* [Service](#service-5)
* [Device Data](#device-data)
* [Secret](#secret-5)
* [Config Map](#config-map-5)
* [Deployment](#deployment-3)
* [Service](#service-6)
<!-- TOC -->
----
@@ -410,3 +415,42 @@ this service should not be accessible from world only open in testing
```bash
kubectl apply -f .\kube\03-hlaeja\03-device-configuration\04-service.yaml
```
---
### Device Data
#### Secret
```bash
kubectl apply -f .\kube\03-hlaeja\04-device-data\01-secret.yaml
```
Set values:
- influxdb token
#### Config Map
```bash
kubectl apply -f .\kube\03-hlaeja\04-device-data\02-configmap.yaml
```
Set values:
- spring profile
- influxdb url
#### Deployment
```bash
kubectl apply -f .\kube\03-hlaeja\04-device-data\03-deployment.yaml
```
#### Service
this service should not be accessible from world only open in testing
```bash
kubectl apply -f .\kube\03-hlaeja\04-device-data\04-service.yaml
```