This project contains a python tool that manages an UnrealIRCD server's link
configuration.
Whenever a new IRCD pod is started, all running IRCD pods will get their link configuration re-rendered and a REHASH
command sent.
- set up CI testing for python program
- rehash on config change as separate operation?
kubectl kustomize base | kubectl apply -f -
docker build -t hashbang/unrealircd:4.2.3-archlinux - < Dockerfile.unrealircd
docker build -t hashbang/unrealircd-config-renderer:latest -f Dockerfile.rehasher .