Added golang example application
Added simple Dockerfile Fix the deploy stages A bit of testing now #1 Fix the move/link of the project Fix the test stage Force link creation Corrected the step stage Fix the linking Fixed the test and build stage Improvements to the deploy stages Use docker:dind as a service for image_build Fix the govendor path Show GOPATH Show src path too Use cache key Well Removed the setup stage Added DOCKER_HOST var Fixed the Dockerfile Fix the copy of the app binary Added imagePullSecrets Fix what image tag we are deploying Added manifests for ingress and the services Currently manally to be run Updated replica count Update version Automated ingress and service creation Updated deploy_dev stage to deploy_live Fixed selector for service Sed ci env slug for all manifests Delete service and recreate as services are a pain to update Ignore service creation failures Added version package with commit number Use prometheus version package Added .gitingore Only update latest if we are building a tag Use imagePullPolicy always for images Removed __NAME__ variable as we don't do multi-simultanoues version deployments Auto deploy to dev
Showing
- .gitingore 1 addition, 0 deletions.gitingore
- .gitlab-ci.yml 95 additions, 0 deletions.gitlab-ci.yml
- Dockerfile 7 additions, 0 deletionsDockerfile
- deployment.yaml 25 additions, 0 deletionsdeployment.yaml
- ingress.yaml 21 additions, 0 deletionsingress.yaml
- main.go 40 additions, 0 deletionsmain.go
- manifests/ingress.yaml 21 additions, 0 deletionsmanifests/ingress.yaml
- manifests/service.yaml 13 additions, 0 deletionsmanifests/service.yaml
- service.yaml 13 additions, 0 deletionsservice.yaml
- vendor/github.com/Sirupsen/logrus/CHANGELOG.md 94 additions, 0 deletionsvendor/github.com/Sirupsen/logrus/CHANGELOG.md
- vendor/github.com/Sirupsen/logrus/LICENSE 21 additions, 0 deletionsvendor/github.com/Sirupsen/logrus/LICENSE
- vendor/github.com/Sirupsen/logrus/README.md 479 additions, 0 deletionsvendor/github.com/Sirupsen/logrus/README.md
- vendor/github.com/Sirupsen/logrus/alt_exit.go 64 additions, 0 deletionsvendor/github.com/Sirupsen/logrus/alt_exit.go
- vendor/github.com/Sirupsen/logrus/doc.go 26 additions, 0 deletionsvendor/github.com/Sirupsen/logrus/doc.go
- vendor/github.com/Sirupsen/logrus/entry.go 275 additions, 0 deletionsvendor/github.com/Sirupsen/logrus/entry.go
- vendor/github.com/Sirupsen/logrus/exported.go 193 additions, 0 deletionsvendor/github.com/Sirupsen/logrus/exported.go
- vendor/github.com/Sirupsen/logrus/formatter.go 45 additions, 0 deletionsvendor/github.com/Sirupsen/logrus/formatter.go
- vendor/github.com/Sirupsen/logrus/hooks.go 34 additions, 0 deletionsvendor/github.com/Sirupsen/logrus/hooks.go
- vendor/github.com/Sirupsen/logrus/json_formatter.go 74 additions, 0 deletionsvendor/github.com/Sirupsen/logrus/json_formatter.go
- vendor/github.com/Sirupsen/logrus/logger.go 308 additions, 0 deletionsvendor/github.com/Sirupsen/logrus/logger.go
Loading
Please register or sign in to comment