kubealex / k8s-mediaserver-operator

Repository for k8s Mediaserver Operator project
MIT License
563 stars 77 forks source link

[BR] No PVC defined for Prowlarr in chart #70

Closed InputObject2 closed 11 months ago

InputObject2 commented 1 year ago

Describe the bug When configuring a custom volume for Prowlarr, the deployment is properly configured but the PVC is missing from the storage-resources.yml file.

To Reproduce Deploy a K8SMediaServer with Prowlarr configuration:

prowlarr:
  enabled: true
  volume:
      name: pvc-prowlarr-volume
      accessModes: ReadWriteOnce
      storage: 2Gi

Additional context I did the initial push for both the volumes and prowlarr, I can contribute the fix if you'd like.

kubealex commented 1 year ago

hi @InputObject2! Totally makes sense, if you can have a look at it it would be great, thank you!