mosquitto/deploy/deployment.yaml aktualisiert
This commit is contained in:
@@ -21,8 +21,14 @@ spec:
|
||||
- containerPort: 1883
|
||||
- containerPort: 9001
|
||||
volumeMounts:
|
||||
- mountPath: /mosquitto
|
||||
name: mosquitto-volume
|
||||
- name: mosquitto-data
|
||||
mountPath: /mosquitto/data
|
||||
- name: mosquitto-base-config
|
||||
mountPath: /mosquitto/config
|
||||
subPath: mosquitto.conf
|
||||
- name: mosquitto-base-config
|
||||
mountPath: /mosquitto/config
|
||||
subPath: password_file
|
||||
volumes:
|
||||
- name: mosquitto-volume
|
||||
persistentVolumeClaim:
|
||||
|
||||
Reference in New Issue
Block a user