gmej

Results 3 issues of gmej

I could not find any documentation about how to make Keel work behind a reverse proxy. Let's say I want to run Keel on this URL: `https://my_url.tld/prefix1/`. I have not...

I have deployed with Helm, with the following config in `values.yaml` ```yaml image: registry: docker.io repository: hapiproject/hapi tag: "v7.0.2" pullPolicy: Always ``` But the /metadata endpoint reports being v7.0.0 ```json...

Enabling this option for the service file is needed so we can tell the service how much to wait before failing the service initialization. I find this useful in my...