postgresql-ha persistence size ignored #703
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The default value of 10Gi is ignored and the volumes created are 8Gi. I change the value to 12Gi and I still get 8Gi.
This part:
Thanks for reporting! Seems like the key for
postgresql-ha
is in factpersistence.size
and doesn't have a leadingprimary.
70e610c838/bitnami/postgresql-ha/values.yaml (L2044)
If you define
persistence.size
, it should work right away.Thanks and you're welcome. Happy to help a little.
Another thing that is not quite clear to me is how I can customize the home page with the helm chart. I read the wiki and I've managed it manually in a docker deployment, but the helm chart deployment seems to be different.
I did add a custom theme via a secret and extraMount option. I suspect the extra_links.tmpl needs to be configured in a similar way. I tried adding it manually to test it and placed the file in /data/custom/templates/custom, but that doesn't work. Maybe $GITEA_CUSTOM needs to be set or its set differently in this setup, but I don't know how to check that.
Is this something you can help with as well? Otherwise I'll be happy to ask elsewhere if this is not the place.
Cheers!
The helm chart doesn't do anything special here. You just need to mount/overwrite the files in the respective places.
It can be a bit fiddly to get this working in k8s as patching manually and making things persistent is a bit harder. But otherwise, it is the same as running in a container.
Surely good to stick to an issue topic and ask separately for new requests 👍 There are many places: Gitea Forum, Discord, git repos.