-
- Downloads
k8s deployment test
parent
282f43d8
No related branches found
No related tags found
This commit is part of merge request !128. Comments created here will be created in the context of that merge request.
Showing
- .gitlab-ci.yml 1 addition, 1 deletion.gitlab-ci.yml
- build/cd/20-service.yaml 0 additions, 19 deletionsbuild/cd/20-service.yaml
- build/cd/30-config.yaml 0 additions, 7 deletionsbuild/cd/30-config.yaml
- build/cd/40-deployment.yaml 0 additions, 46 deletionsbuild/cd/40-deployment.yaml
- build/cd/deploy.go 297 additions, 0 deletionsbuild/cd/deploy.go
- build/ci/.deploy-k8s.yml 43 additions, 0 deletionsbuild/ci/.deploy-k8s.yml
- cli/http.go 1 addition, 1 deletioncli/http.go
- cmd/cli.go 1 addition, 1 deletioncmd/cli.go
- go.mod 3 additions, 0 deletionsgo.mod
- go.sum 181 additions, 1 deletiongo.sum
build/cd/20-service.yaml
deleted
100644 → 0
build/cd/30-config.yaml
deleted
100644 → 0
build/cd/40-deployment.yaml
deleted
100644 → 0
build/cd/deploy.go
0 → 100644
build/ci/.deploy-k8s.yml
0 → 100644
... | ... | @@ -19,4 +19,7 @@ require ( |
golang.org/x/net v0.0.0-20201216054612-986b41b23924 | ||
google.golang.org/grpc v1.34.0 | ||
google.golang.org/protobuf v1.26.0 | ||
k8s.io/api v0.20.5 | ||
k8s.io/apimachinery v0.20.5 | ||
k8s.io/client-go v0.20.5 | ||
) |
This diff is collapsed.
Please register or sign in to comment