Add kustomize
This commit is contained in:
parent
5fc864c65d
commit
d021c3e63a
9 changed files with 91 additions and 3 deletions
6
nginx/kustomize/overlays/default/replica.yaml
Normal file
6
nginx/kustomize/overlays/default/replica.yaml
Normal file
|
@ -0,0 +1,6 @@
|
|||
kind: Deployment
|
||||
apiVersion: apps/v1
|
||||
metadata:
|
||||
name: app-deployment
|
||||
spec:
|
||||
replicas: 2
|
Loading…
Add table
Add a link
Reference in a new issue