changes
This commit is contained in:
@@ -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
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user