Skip to content

fix(homarr): adding details mount paths #48

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 13, 2024
Merged

fix(homarr): adding details mount paths #48

merged 1 commit into from
Jan 13, 2024

Conversation

gavinmcfall
Copy link
Owner

No description provided.

Copy link

--- HelmRelease: default/homarr Deployment: default/homarr

+++ HelmRelease: default/homarr Deployment: default/homarr

@@ -85,13 +85,17 @@

           initialDelaySeconds: 0
           periodSeconds: 5
           tcpSocket:
             port: 7575
           timeoutSeconds: 1
         volumeMounts:
-        - mountPath: /app/
+        - mountPath: /app/data/configs
+          name: config
+        - mountPath: /app/database
+          name: config
+        - mountPath: /app/public/icons
           name: config
       volumes:
       - name: config
         persistentVolumeClaim:
           claimName: homarr
 

Copy link

--- kubernetes/apps/default/homarr/app Kustomization: flux-system/homarr HelmRelease: default/homarr

+++ kubernetes/apps/default/homarr/app Kustomization: flux-system/homarr HelmRelease: default/homarr

@@ -93,13 +93,15 @@

           - homarr
     persistence:
       config:
         enabled: true
         existingClaim: homarr
         globalMounts:
-        - path: /app/
+        - path: /app/data/configs
+        - path: /app/database
+        - path: /app/public/icons
     service:
       main:
         ports:
           http:
             port: 7575
 

@gavinmcfall gavinmcfall merged commit f77d36d into main Jan 13, 2024
@gavinmcfall gavinmcfall deleted the homarr branch January 13, 2024 08:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant