Change replicas of podinfo

This commit is contained in:
Алексей Костарев 2024-08-03 13:16:47 +00:00
parent 5d42947baf
commit 1fa3be44a3

View File

@ -15,3 +15,14 @@ spec:
targetNamespace: podinfo
timeout: 3m0s
wait: true
patches:
- patch: |-
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
name: podinfo
spec:
minReplicas: 3
target:
name: podinfo
kind: HorizontalPodAutoscaler