diff --git a/argocd/manifests/homepage/deployment.yaml b/argocd/manifests/homepage/deployment.yaml index 4f75290..bc04326 100644 --- a/argocd/manifests/homepage/deployment.yaml +++ b/argocd/manifests/homepage/deployment.yaml @@ -83,9 +83,23 @@ spec: key: token volumeMounts: - name: config - mountPath: /app/config - - name: logs - mountPath: /app/config/logs + mountPath: /app/config/bookmarks.yaml + subPath: bookmarks.yaml + - name: config + mountPath: /app/config/services.yaml + subPath: services.yaml + - name: config + mountPath: /app/config/widgets.yaml + subPath: widgets.yaml + - name: config + mountPath: /app/config/kubernetes.yaml + subPath: kubernetes.yaml + - name: config + mountPath: /app/config/docker.yaml + subPath: docker.yaml + - name: config + mountPath: /app/config/settings.yaml + subPath: settings.yaml resources: requests: memory: "128Mi" @@ -115,5 +129,3 @@ spec: - name: config configMap: name: homepage-config - - name: logs - emptyDir: {}