Skip to content

Instantly share code, notes, and snippets.

@nakamasato
Created July 4, 2021 04:49
Show Gist options
  • Save nakamasato/969a462bae637fa841a88f3613900cb9 to your computer and use it in GitHub Desktop.
Save nakamasato/969a462bae637fa841a88f3613900cb9 to your computer and use it in GitHub Desktop.
kustomize example change replica in overlays
apiVersion: apps/v1
kind: Deployment
metadata:
name: kustomize-example
spec:
replicas: 2
bases:
- ../../base
patches:
- deployment.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment