From 046936f8f68d369426a10b282eba8dcc73d52bc0 Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Thu, 28 Mar 2024 14:04:07 +0100 Subject: [PATCH] fix --- apps/files/deployment.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/files/deployment.yaml b/apps/files/deployment.yaml index 45c1269..640bdd5 100644 --- a/apps/files/deployment.yaml +++ b/apps/files/deployment.yaml @@ -30,19 +30,19 @@ spec: ports: - containerPort: 9200 volumeMounts: - - name: ocis-config + - name: config mountPath: /etc/ocis # - name: ocis-config-file # mountPath: /etc/ocis/config.yaml - - name: ocis-data + - name: data mountPath: /var/lib/ocis volumes: # - name: ocis-config # persistentVolumeClaim: # claimName: ocis-config - - name: ocis-config + - name: config secret: secretName: ocis-config - - name: ocis-data + - name: data persistentVolumeClaim: - claimName: ocis-data + claimName: ocis