文件名称:konfig:Kubernetes友好的Rails配置瑰宝
文件大小:28KB
文件格式:ZIP
更新时间:2024-02-26 18:08:02
rails kubernetes configuration RailsRuby
康菲 Konfig是Kubernetes友好的Rails配置文件。 尽管Rails应用程序可以轻松读取YAML文件来加载配置,但Kubernetes擅长通过Kubernetes Secrets将单个配置值作为文件提供。 这意味着您的Rails应用程序需要从开发中的YAML文件或在Kubernetes中运行时的单个文件读取相同的配置文件。 Konfig可以使用单个文件从YAML或文件夹中加载配置和机密,并以相同的方式将其显示给您的应用程序。 安装 将此行添加到您的应用程序的Gemfile中: gem 'rb-konfig' 然后执行: $ bundle 或自己安装为: $ gem ins
【文件预览】:
konfig-master
----.ruby-version(12B)
----konfig.gemspec(2KB)
----lib()
--------konfig()
--------konfig.rb(2KB)
--------cli.rb(435B)
----Gemfile(91B)
----.ruby-gemset(7B)
----spec()
--------yaml_provider_spec.rb(5KB)
--------fixtures()
--------spec_helper.rb(5KB)
--------konfig_spec.rb(3KB)
--------directory_provider_spec.rb(3KB)
--------options_spec.rb(1KB)
--------provider_factory_spec.rb(972B)
----Rakefile(51B)
----LICENSE(11KB)
----README.md(5KB)
----.rubocop.yml(132B)
----.rspec(22B)
----Gemfile.lock(3KB)
----.gitignore(1KB)
----bin()
--------konfig(72B)
--------console(341B)
--------setup(131B)