Skip to content

Example of app configs and k8s resources that can be built by Microconfig

Notifications You must be signed in to change notification settings

microconfig/microconfig-k8s-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Example of config repo layout that can be built by Microconfig

To build configs:

  1. Clone this repo.
  2. Download the latest microconfig.jar(or compiled binary for your OS) from https://github.com/microconfig/microconfig/releases
  3. Execute the build config command.
git clone https://github.com/microconfig/microconfig-k8s-examples.git
mcVersion=v4.1.9 //always use the last version
curl -SL  https://github.com/microconfig/microconfig/releases/download/${mcVersion}/microconfig.jar --output microconfig.jar
java -jar microconfig.jar -r microconfig-k8s-examples -e prod

About

Example of app configs and k8s resources that can be built by Microconfig

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published