Introduce deployment services, starting with a KubernetesService
Showing
... | @@ -178,6 +178,9 @@ gem 'asana', '~> 0.4.0' | ... | @@ -178,6 +178,9 @@ gem 'asana', '~> 0.4.0' |
# FogBugz integration | # FogBugz integration | ||
gem 'ruby-fogbugz', '~> 0.2.1' | gem 'ruby-fogbugz', '~> 0.2.1' | ||
# Kubernetes integration | |||
gem 'kubeclient', '~> 2.2.0' | |||
# d3 | # d3 | ||
gem 'd3_rails', '~> 3.5.0' | gem 'd3_rails', '~> 3.5.0' | ||
... | ... |
111 KB