kubectl/cmd/kinflate/demoHelloWorldLong/overlays/production/patch.md

342 B

Production Patch

Make a production patch that increases the replica count (because production takes more traffic).

cat <<EOF >$OVERLAYS/production/deployment.yaml
apiVersion: apps/v1
kind: Deployment
metadata:
  name: the-deployment
spec:
  replicas: 6
EOF

Next: Compare