Skip to content

ullgren/rootdb-podman-infra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

RootDB - using podman play

This repo contains a kubernetes manifest for a pod running RootDB using podman play kube.

It is 100% based on the RootDB-Infra repository.

Start

podman play kube --start  podman-kube.yaml

Once started you can access RootDB on http://localhost:8091/

Shutdown

podman play kube --down  podman-kube.yaml

Known/Common errors

A new session cookie is set on every request

A new session cookie is set on every request. The result is that after a couple of page loades nginx will respond with a "400 Bad Request - Request Header Or Cookie Too Large" error.

Setting SESSION_DRIVER to file is a work around, however this fills up the filesystem with session files.

About

Setting up RootDB using "podman play"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published