From a52b2858bf8ddf4e3600fe80971b50d189d20ede Mon Sep 17 00:00:00 2001 From: Gorden Mende Date: Fri, 5 Dec 2025 13:45:46 +0000 Subject: [PATCH] mosquitto/deploy/deployment.yaml aktualisiert --- mosquitto/deploy/deployment.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/mosquitto/deploy/deployment.yaml b/mosquitto/deploy/deployment.yaml index b8290ae..eac7909 100644 --- a/mosquitto/deploy/deployment.yaml +++ b/mosquitto/deploy/deployment.yaml @@ -25,17 +25,10 @@ spec: mountPath: /mosquitto/data - name: mosquitto-conf mountPath: /mosquitto/config - subPath: mosquitto.conf - - name: mosquitto-base-config - mountPath: /mosquitto/config - subPath: password_file volumes: - name: mosquitto-data persistentVolumeClaim: claimName: mosquitto-data - name: mosquitto-conf persistentVolumeClaim: - claimName: mosquitto-conf - - name: mosquitto-base-config - configMap: - name: mosquitto-base-config \ No newline at end of file + claimName: mosquitto-conf \ No newline at end of file