Created
July 4, 2021 04:49
-
-
Save nakamasato/969a462bae637fa841a88f3613900cb9 to your computer and use it in GitHub Desktop.
kustomize example change replica in overlays
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: apps/v1 | |
kind: Deployment | |
metadata: | |
name: kustomize-example | |
spec: | |
replicas: 2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bases: | |
- ../../base | |
patches: | |
- deployment.yaml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment