From e458e626cfb8087a83ab79983f0f4c2f48f989f4 Mon Sep 17 00:00:00 2001 From: Gorden Mende Date: Fri, 5 Dec 2025 13:31:38 +0000 Subject: [PATCH] mosquitto/deploy/deployment.yaml aktualisiert --- mosquitto/deploy/deployment.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/mosquitto/deploy/deployment.yaml b/mosquitto/deploy/deployment.yaml index 1120187..11a4f18 100644 --- a/mosquitto/deploy/deployment.yaml +++ b/mosquitto/deploy/deployment.yaml @@ -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: