Add patches to podinfo-kustomization.yaml for scaling to 3
This commit is contained in:
parent
72fc9e76d1
commit
fb24bedfdc
@ -15,3 +15,15 @@ spec:
|
||||
targetNamespace: default
|
||||
timeout: 3m0s
|
||||
wait: true
|
||||
patches:
|
||||
- patch: |-
|
||||
apiVersion: autoscaling/v2
|
||||
kind: HorizontalPodAutoscaler
|
||||
metadata:
|
||||
name: podinfo
|
||||
spec:
|
||||
minReplicas: 3
|
||||
target:
|
||||
name: podinfo
|
||||
kind: HorizontalPodAutoscaler
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user