/tgtg-scanner-k8s

Kubernetes Manifests for https://github.com/Der-Henning/tgtg

Kubernetes Manifests for Der-Henning/tgtg

We all should be buying @Der-Henning a coffe!

Run

  1. Create a .env file with your settings following the official sample
  2. Make sure the path defined in pv.yaml exists in your nodes
  3. Deploy with kubectl -k apply ./

Troubleshoot

Delete everthing with kubectl -k delete ./ and start digging 🤷

Check the logs with k get pods -n tgtg-scanner | tail -n1 | cut -d' ' -f1 | xargs -I@ kubectl logs -f @