1 Commits

Author SHA1 Message Date
06b217a990 fix config
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-01-12 22:47:22 +01:00
2 changed files with 1 additions and 8 deletions

View File

@@ -8,10 +8,7 @@
"#" "#"
], ],
"excludeTopics": [ "excludeTopics": [
"IoT/Watchdog", "IoT/Watchdog"
"snmp",
"MainsCnt/#",
"cem/#"
], ],
"syslog": { "syslog": {
"enable": "true", "enable": "true",

View File

@@ -4,8 +4,6 @@ metadata:
name: ma name: ma
labels: labels:
app: ma app: ma
annotations:
secret.reloader.stakater.com/reload: ma-db-cred
spec: spec:
replicas: 1 replicas: 1
selector: selector:
@@ -21,8 +19,6 @@ spec:
image: %IMAGE% image: %IMAGE%
imagePullPolicy: Always imagePullPolicy: Always
envFrom: envFrom:
- secretRef:
name: ma-db-cred
- secretRef: - secretRef:
name: ma-mqtt-cred name: ma-mqtt-cred
- configMapRef: - configMapRef: