This commit is contained in:
2026-01-29 11:20:47 +01:00
parent 14c7ad04fc
commit 7cfa06330e
4 changed files with 7 additions and 11 deletions

View File

@@ -40,7 +40,7 @@ spec:
- name: mosquitto-broker-config
mountPath: /mosquitto/config/
readOnly: true
- name: mosquitto-broker-tls-config
- name: mosquitto-broker-cert
mountPath: /mosquitto/config/ssl
readOnly: true
volumes:
@@ -52,9 +52,9 @@ spec:
path: mosquitto.conf
- key: pwfile
path: pwfile
- name: mosquitto-broker-tls-conf
- name: mosquitto-broker-cert
secret:
secretName: mosquitto-broker-tls-conf
secretName: mosquitto-broker-cert
defaultMode: 0644
items:
- key: tls.crt
@@ -90,7 +90,7 @@ spec:
app: mosquitto-broker
ports:
- name: mqtt-anon
port: 1884
port: 1883
targetPort: 1884
protocol: TCP
---