Skip to content

Commit

Permalink
Merge pull request #1580 from scottyah/kubernetes-autoscaler-fix
Browse files Browse the repository at this point in the history
updated API version, parameter structure
  • Loading branch information
dotneft committed Dec 5, 2024
1 parent 60c4e21 commit 2592041
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1263,7 +1263,7 @@ spec:
path: /var/run
type: ''
---
apiVersion: autoscaling/v2beta1
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
name: zabbix-web
Expand All @@ -1279,7 +1279,9 @@ spec:
- type: Resource
resource:
name: cpu
targetAverageUtilization: 70
target:
type: Utilization
averageUtilization: 70
---
apiVersion: v1
kind: PersistentVolumeClaim
Expand Down

0 comments on commit 2592041

Please sign in to comment.