Skip to content

Latest commit

 

History

History

k8s

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

K8s chart for Autopsy

Autopsy k8s helm chart has been tested in minikube It may be different for your cluster - feel free to change anything you want

Installation

Create a namespace

kubectl create namespace autopsy

Secrets

cd common
cp secrets.yml.sample secrets.yml
k apply -f secrets.yml --namespace=autopsy

Autopsy app

Update dependencies

cd ../autopsy
helm dependency update
helm dependency list

Install with dependencies

helm install autopsy . -f values.yaml

For arm64 I recommend using:

helm install postgresql --set userDatabase.name=postgres --set userDatabase.user=postgres --set userDatabase.password=postgres --set settings.authMethod=trust  groundhog2k/postgres

Set up a favourite ingress controller and apply ingress