mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-14 10:30:59 +00:00
Update README.md
This commit is contained in:
@@ -148,8 +148,8 @@ kustomization.yaml replica_count.yaml
|
|||||||
| - ../../base | | replicas: 80 | | template: |
|
| - ../../base | | replicas: 80 | | template: |
|
||||||
| patches: | +-------------------------------+ | spec: |
|
| patches: | +-------------------------------+ | spec: |
|
||||||
| - path: replica_count.yaml | | containers: |
|
| - path: replica_count.yaml | | containers: |
|
||||||
+-----------------------------------------------+ | - name: myapp |
|
| - path: cpu_count.yaml | | - name: myapp |
|
||||||
| resources: |
|
+-----------------------------------------------+ | resources: |
|
||||||
| limits: |
|
| limits: |
|
||||||
| memory: "128Mi" |
|
| memory: "128Mi" |
|
||||||
| cpu: "7000m" |
|
| cpu: "7000m" |
|
||||||
|
|||||||
Reference in New Issue
Block a user