Sha256: 2eeee5d097c6a9841169c2c2014357e20041226f48e3cd2a96c01d3584dfa431
Contents?: true
Size: 383 Bytes
Versions: 58
Compression:
Stored size: 383 Bytes
Contents
--- title: Change Project --- Let's make a simple change. We'll adjust the number of replicas to 3. We do this in `deployment/dev.rb`. .kubes/resources/web/deployment/dev.rb ```ruby --- replicas 3 # <= CHANGED ``` This demonstrates Kubes [Layering support]({% link _docs/layering.md %}). We can make changes to only the `KUBES_DEV` environment. Next, we'll deploy this update.
Version data entries
58 entries across 58 versions & 1 rubygems