Go to file
Seth Call 38d025f5c3 Try to sync crds always with pre-commit 2025-12-12 15:31:23 -06:00
docker healthchecks 2025-04-06 17:57:45 -05:00
k8s Try to sync crds always with pre-commit 2025-12-12 15:31:23 -06:00
k8s-notes more 2025-04-06 17:58:43 -05:00
scripts Try to sync crds always with pre-commit 2025-12-12 15:31:23 -06:00
terraform bump to 32 k8s 2025-11-11 15:40:01 -06:00
.gitignore Go ahead and attempt loki again 2025-12-06 18:46:53 -06:00
NOTES.md healthcheck and monitoring 2025-10-05 17:43:16 -05:00
README.md Try to sync crds always with pre-commit 2025-12-12 15:31:23 -06:00
bitbucket-pipelines.yml Be sure to push argocd for production 2025-07-20 17:21:40 -05:00

README.md

README

This README would normally document whatever steps are necessary to get your application up and running.

What is this repository for?

Development Setup

  1. Install Pre-commit Hooks (Required for CRD management):
    ./scripts/setup-hooks.sh
    
    This ensures that k8s/crds/all-crds.yaml is automatically updated whenever you modify the monitoring Helm chart.

How do I get set up?

  • Summary of set up
  • Configuration
  • Dependencies
  • Database configuration
  • How to run tests
  • Deployment instructions

Contribution guidelines

  • Writing tests
  • Code review
  • Other guidelines

Who do I talk to?

  • Repo owner or admin
  • Other community or team contact

Apply terraform

Install ArgoCD

kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml

Add Bitbucket SSH Key secret