Sha256: d3928543d8ef4392a4fc0e2a6308a9d9989ccdaee1b3ae517115682763a9e4f6
Contents?: true
Size: 396 Bytes
Versions: 58
Compression:
Stored size: 396 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.yaml`. .kubes/resources/web/deployment/dev.yaml ```yaml --- spec: 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