Add patches to podinfo-kustomization.yaml for scaling to 3

This commit is contained in:
Алексей Костарев 2024-07-18 07:06:47 +00:00
parent 72fc9e76d1
commit fb24bedfdc

View File

@ -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