Change replicas of podinfo
This commit is contained in:
parent
5d42947baf
commit
1fa3be44a3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user