An open API service indexing awesome lists of open source software.

https://github.com/andrebriggs/fabrikate-go-server

Fabrikate definition that produces https://github.com/andrebriggs/go-server-manifests
https://github.com/andrebriggs/fabrikate-go-server

Last synced: 4 months ago
JSON representation

Fabrikate definition that produces https://github.com/andrebriggs/go-server-manifests

Awesome Lists containing this project

README

          

# go server

[![Build Status](https://dev.azure.com/abrig/bedrock_gitops/_apis/build/status/andrebriggs.fabrikate-go-server?branchName=master)](https://dev.azure.com/abrig/bedrock_gitops/_build/latest?definitionId=6&branchName=master)

Go Server is a [Fabrikate](https://github.com/Microsoft/fabrikate) microservice definition.

If you are using Fabrikate and want to update the container image info:
`fab set --subcomponent go-server image.tag=IMAGE_TAG image.repository=IMAGE_REPO/IMAGE_NAME`

To perform an update for a particular environment (e.g. dev, qa, staging, prod, etc)
`fab set --environment ENV_NAME --subcomponent go-server image.tag=IMAGE_TAG image.repository=IMAGE_REPO`