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
---
replicas 3 # <= CHANGED
This demonstrates Kubes Layering support. We can make changes to only the KUBES_DEV
environment.
Next, we’ll deploy this update.