flolu / bazel-config

Project to experiment with generating configurations and secrets with Bazel. Working example can be found here:

Home Page:https://github.com/flolu/angular-bazel-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The json files in config/configs and config/secrets are used to generate several ouputs:

  • Kubernetes config map
  • Kubernetes secret

Setup

yarn install

Commands

  • yarn k8s:prod to generate kubernetes production configurations
  • yarn k8s:staging to generate kubernetes staging configurations
  • yarn client:dev to generate client dev environment
  • yarn client:prod to generate client prod environment
  • yarn dev generates .env file and starts docker-compose

About

Project to experiment with generating configurations and secrets with Bazel. Working example can be found here:

https://github.com/flolu/angular-bazel-starter


Languages

Language:Starlark 57.5%Language:TypeScript 42.5%