Skip to content

Commit 197a1fb

Browse files
committed
update docs
1 parent 271792c commit 197a1fb

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

charts/tum-gis-iot-stack-k8s/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# tum-gis-iot-stack-k8s
22

3-
![Version: 0.9.8](https://img.shields.io/badge/Version-0.9.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.1.2](https://img.shields.io/badge/AppVersion-2.1.2-informational?style=flat-square)
3+
![Version: 0.9.9](https://img.shields.io/badge/Version-0.9.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.1.2](https://img.shields.io/badge/AppVersion-2.1.2-informational?style=flat-square)
44

55
Helm Chart for the TUM-GI IoT stack.
66

charts/tum-gis-iot-stack-k8s/charts/frostweb/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frostweb
22

3-
![Version: 0.6.2](https://img.shields.io/badge/Version-0.6.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.1.2](https://img.shields.io/badge/AppVersion-2.1.2-informational?style=flat-square)
3+
![Version: 0.6.3](https://img.shields.io/badge/Version-0.6.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.1.2](https://img.shields.io/badge/AppVersion-2.1.2-informational?style=flat-square)
44

55
FROST-Server HTTP and MQTT service.
66

@@ -22,7 +22,7 @@ FROST-Server HTTP and MQTT service.
2222
| Key | Type | Default | Description |
2323
|-----|------|---------|-------------|
2424
| affinity | object | `{}` | |
25-
| alwaysOrderbyId | bool | `true` | |
25+
| alwaysOrderbyId | bool | `false` | |
2626
| auth.allowAnonymousRead | bool | `false` | f true, anonymous users are allowed to read (GET) data. |
2727
| auth.autoUpdateDatabase | bool | `true` | Automatically apply database updates. |
2828
| auth.db.auth.password | string | `"changeMe"` | |
@@ -68,6 +68,7 @@ FROST-Server HTTP and MQTT service.
6868
| livenessProbe.successThreshold | int | `1` | |
6969
| livenessProbe.terminationGracePeriodSeconds | string | `nil` | |
7070
| livenessProbe.timeoutSeconds | int | `1` | |
71+
| logSensitiveData | bool | `false` | |
7172
| maxDataSize | string | `"25000000"` | |
7273
| maxTop | int | `10000` | |
7374
| mqtt.enabled | bool | `true` | |
@@ -86,7 +87,7 @@ FROST-Server HTTP and MQTT service.
8687
| persistence.db.driver | string | `"org.postgresql.Driver"` | |
8788
| persistence.db.host | string | `"frostdb"` | |
8889
| persistence.db.port | int | `5432` | |
89-
| persistence.idGenerationMode | string | `"ServerAndClientGenerated"` | |
90+
| persistence.idGenerationMode | string | `"ServerGeneratedOnly"` | |
9091
| persistence.queryTimeout | int | `0` | |
9192
| persistence.slowQueryThreshold | int | `200` | |
9293
| podAnnotations | object | `{}` | Additional pod annotations |

0 commit comments

Comments
 (0)