A helm chart to install MISP to k8s
NOTE: This is mainly tuned for AWS, you may have to tweak some stuff for your env
First make sure helm is installed
# Copy values to edit
cp misp/values.yaml ./localvalues.yaml
helm install ./misp -f localvalues.yaml --name misp --namespace misp
Hooray it works
It'll be exposed on port 80 on hostname misp.misp unless you changed the namespace or service name
I more or less stole the dockerfile from here so thanks Xavier Mertens!