Increase podinfo minimum replicas
This commit is contained in:
@@ -15,3 +15,14 @@ spec:
|
|||||||
targetNamespace: default
|
targetNamespace: default
|
||||||
timeout: 3m0s
|
timeout: 3m0s
|
||||||
wait: true
|
wait: true
|
||||||
|
patches:
|
||||||
|
- patch: |-
|
||||||
|
apiVersion: autoscaling/v2
|
||||||
|
kind: HorizontalPodAutoscaler
|
||||||
|
metadata:
|
||||||
|
name: podinfo
|
||||||
|
spec:
|
||||||
|
minReplicas: 3
|
||||||
|
target:
|
||||||
|
name: podinfo
|
||||||
|
kind: HorizontalPodAutoscaler:
|
||||||
|
|||||||
Reference in New Issue
Block a user