Tangenius
Tangenius
Explore posts from servers
HHomarr
Created by Tangenius on 11/11/2024 in #💬・get-help
Trying to deploy with helm
Seems like I'm fully setup now. Will do dashdot when I have some more spare time
71 replies
HHomarr
Created by Tangenius on 11/11/2024 in #💬・get-help
Trying to deploy with helm
The env variable fixed it 🙂
71 replies
HHomarr
Created by Tangenius on 11/11/2024 in #💬・get-help
Trying to deploy with helm
I will try this first then
71 replies
HHomarr
Created by Tangenius on 11/11/2024 in #💬・get-help
Trying to deploy with helm
Ah I read that but I thought it was if you wanted to use it with lldap seperately. So if I provide these values I don't need the db anymore?
71 replies
HHomarr
Created by Tangenius on 11/11/2024 in #💬・get-help
Trying to deploy with helm
Gonna try changing storageClass
71 replies
HHomarr
Created by Tangenius on 11/11/2024 in #💬・get-help
Trying to deploy with helm
I think it's still not 100% solved. It seems like if I restart the pod my db doesn't persist because I have to create a user again but my dashboard which I managed to restore stays.
71 replies
HHomarr
Created by Tangenius on 11/11/2024 in #💬・get-help
Trying to deploy with helm
Looks nice indeed thanks
71 replies
HHomarr
Created by Tangenius on 11/11/2024 in #💬・get-help
Trying to deploy with helm
Euh I can't seem to be able to figure out how to do that. I don't see solved between the tags 😅
71 replies
HHomarr
Created by Tangenius on 11/11/2024 in #💬・get-help
Trying to deploy with helm
Yes thanks for the help!
71 replies
HHomarr
Created by Tangenius on 11/11/2024 in #💬・get-help
Trying to deploy with helm
Alright it seems to have deployed successfully, will try restoring data now 🙂
71 replies
HHomarr
Created by Tangenius on 11/11/2024 in #💬・get-help
Trying to deploy with helm
Oh nice but not public?
71 replies
HHomarr
Created by Tangenius on 11/11/2024 in #💬・get-help
Trying to deploy with helm
kubectl get storageclass
NAME PROVISIONER RECLAIMPOLICY VOLUMEBINDINGMODE ALLOWVOLUMEEXPANSION AGE
openebs-hostpath openebs.io/local Delete WaitForFirstConsumer false 24d
openebs-zfs zfs.csi.openebs.io Delete Immediate true 24d
kubectl get storageclass
NAME PROVISIONER RECLAIMPOLICY VOLUMEBINDINGMODE ALLOWVOLUMEEXPANSION AGE
openebs-hostpath openebs.io/local Delete WaitForFirstConsumer false 24d
openebs-zfs zfs.csi.openebs.io Delete Immediate true 24d
I use hostpath only for volsync cache. I'm not sure how to setup volsync without this template yet unfortunately but that's fine for now I can figure it out later
71 replies
HHomarr
Created by Tangenius on 11/11/2024 in #💬・get-help
Trying to deploy with helm
Ah wait I get it the one pvc needs to be called homarr-config instead of config right?
71 replies
HHomarr
Created by Tangenius on 11/11/2024 in #💬・get-help
Trying to deploy with helm
I'm sorry to be taking so much effort from you with my specific setup
71 replies
HHomarr
Created by Tangenius on 11/11/2024 in #💬・get-help
Trying to deploy with helm
k get pvc | grep homarr
homarr Bound pvc-843fab3f-0a79-44a2-a1c8-b5c8cb31085e 1Gi RWO openebs-zfs <unset> 21h
volsync-homarr-b2-cache Bound pvc-38d27468-c808-4740-9751-e0720dc5ed37 4Gi RWO openebs-hostpath <unset> 2d4h
volsync-homarr-dst-cache Bound pvc-39a6ddac-3912-41b5-b1b2-ef5e17ac4e72 8Gi RWO openebs-hostpath <unset> 2d4h
volsync-homarr-dst-dest Bound pvc-50d57133-a496-4482-a768-4c8fca26e041 1Gi RWO openebs-zfs <unset> 2d4h
tanguille@k8s-management ~/cluster (main)> kubectl scale deployment homarr --replicas=0
deployment.apps/homarr scaled
tanguille@k8s-management ~/cluster (main)> k browse-pvc homarr -n default
Attached to browse-homarr-mhcmd
/mnt # ls
data database.db logs.log secret.key sessions wizarr_cache.sqlite
k get pvc | grep homarr
homarr Bound pvc-843fab3f-0a79-44a2-a1c8-b5c8cb31085e 1Gi RWO openebs-zfs <unset> 21h
volsync-homarr-b2-cache Bound pvc-38d27468-c808-4740-9751-e0720dc5ed37 4Gi RWO openebs-hostpath <unset> 2d4h
volsync-homarr-dst-cache Bound pvc-39a6ddac-3912-41b5-b1b2-ef5e17ac4e72 8Gi RWO openebs-hostpath <unset> 2d4h
volsync-homarr-dst-dest Bound pvc-50d57133-a496-4482-a768-4c8fca26e041 1Gi RWO openebs-zfs <unset> 2d4h
tanguille@k8s-management ~/cluster (main)> kubectl scale deployment homarr --replicas=0
deployment.apps/homarr scaled
tanguille@k8s-management ~/cluster (main)> k browse-pvc homarr -n default
Attached to browse-homarr-mhcmd
/mnt # ls
data database.db logs.log secret.key sessions wizarr_cache.sqlite
71 replies
HHomarr
Created by Tangenius on 11/11/2024 in #💬・get-help
Trying to deploy with helm
It should all run in the same pvc right?
71 replies
HHomarr
Created by Tangenius on 11/11/2024 in #💬・get-help
Trying to deploy with helm
I tried like this:
persistence:
homarr-config:
- name: homarr-config
enabled: true
existingClaim: *app
mountPath: /app/data/configs
homarr-database:
- name: homarr-database
enabled: true
existingClaim: *app
mountPath: /app/database
homarr-icons:
- name: homarr-icons
enabled: true
existingClaim: *app
mountPath: /app/public/icons
persistence:
homarr-config:
- name: homarr-config
enabled: true
existingClaim: *app
mountPath: /app/data/configs
homarr-database:
- name: homarr-database
enabled: true
existingClaim: *app
mountPath: /app/database
homarr-icons:
- name: homarr-icons
enabled: true
existingClaim: *app
mountPath: /app/public/icons
and this
persistence:
- name: homarr-config
enabled: true
existingClaim: *app
mountPath: /app/data/configs
- name: homarr-database
enabled: true
existingClaim: *app
mountPath: /app/database
- name: homarr-icons
enabled: true
existingClaim: *app
mountPath: /app/public/icons
persistence:
- name: homarr-config
enabled: true
existingClaim: *app
mountPath: /app/data/configs
- name: homarr-database
enabled: true
existingClaim: *app
mountPath: /app/database
- name: homarr-icons
enabled: true
existingClaim: *app
mountPath: /app/public/icons
71 replies
HHomarr
Created by Tangenius on 11/11/2024 in #💬・get-help
Trying to deploy with helm
Or not. I'm now stuck at
0/1 nodes are available: persistentvolumeclaim "homarr-config" not found. preemption: 0/1 nodes are available: 1 Preemption is not helpful for scheduling.
0/1 nodes are available: persistentvolumeclaim "homarr-config" not found. preemption: 0/1 nodes are available: 1 Preemption is not helpful for scheduling.
71 replies
HHomarr
Created by Tangenius on 11/11/2024 in #💬・get-help
Trying to deploy with helm
Your fix seems to work. Now fumbling with the persistence a bit but should be able to figure it out
71 replies
HHomarr
Created by Tangenius on 11/11/2024 in #💬・get-help
Trying to deploy with helm
sqlite?
71 replies