mqtt stuff 3
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
2024-01-14 13:59:01 +01:00
parent 9624d5d53d
commit dd394877f3
3 changed files with 74 additions and 4 deletions

View File

@ -21,6 +21,11 @@ spec:
envFrom:
- secretRef:
name: locsrv-db-cred
env:
- name: MQTT_BROKER
value: mqtt://emqx01-anonymous-cluster-internal.broker.svc.cluster.local:1883
- name: MQTT_TOPIC
value: Locative/Event
ports:
- containerPort: 8080
protocol: TCP