Go to file
Florian Herrengt e25e3421b2 add ephemeral storage 2023-01-30 15:18:13 +00:00
.github/workflows include production build 2022-12-05 23:50:47 +00:00
helm add ephemeral storage 2023-01-30 15:18:13 +00:00
kustomization add ephemeral storage 2023-01-30 15:18:13 +00:00
.gitignore add nats 2022-12-09 18:11:48 +00:00
README.md wip nats 2022-12-09 16:12:09 +00:00
cert-manager.yaml wip nats 2022-12-09 16:12:09 +00:00
clickhouse-operator-install-bundle.yaml wip nats 2022-12-09 16:12:09 +00:00
container-registry.yaml wip nats 2022-12-09 16:12:09 +00:00
k8s-dashboard.yml update dashboard 2022-12-07 11:00:34 +00:00
kuma.yml update dashboard 2022-12-07 11:00:34 +00:00
secrets.yaml wip nats 2022-12-09 16:12:09 +00:00

README.md

Infrastructure

Secrets

  1. Create a .env file
  2. Add base64 encoded secrets
  3. export $(cat .env | xargs)
  4. cat secrets.yaml | envsubst | kubectl apply -f -