Pan Teparak

Results 8 comments of Pan Teparak

I have not tried this. but the idea is. Let cert manager generate a self signed certificate within the same namespace as your postgresql instance. then within the helm values...

as far as i've tested, it does not work.

create a file called `geventlet-config.py` with the following content ``` try: import gevent.monkey gevent.monkey.patch_all() except ImportError: pass ``` now add the following argument to your gunicorn. `--config geventlet-config.py` So if...

I too agree that this looks to be a bug on Kustomize side. I believe the correct strategy would be if a namespace is define in `kustomization.yml` like below ```...

might be a better idea if we could specify a way to point each hook to the right python executable within virtual environment using command or direct path in the...

I agree too that `vault-sealed` label is being used to determine current state and will caused `auto unseal` pod to fail health check if used when all vault pods are...

@pyToshka Just a friendly bump I believe you will need to bump the latest helm version to `0.5.3` based on this Helm Chart Releaser CI, it will refuse to publish...

@natethelen @ankitgoyal100 I was looking for a similar functionality and made a pull request here https://github.com/revsys/django-health-check/pull/390