updated API version, parameter structure

This commit is contained in:
Scott Hatlen (CTR) 2024-12-04 11:10:54 -08:00
parent be328b9724
commit 8b43ccc9fe

View File

@ -1263,7 +1263,7 @@ spec:
path: /var/run
type: ''
---
apiVersion: autoscaling/v2beta1
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
name: zabbix-web
@ -1279,7 +1279,9 @@ spec:
- type: Resource
resource:
name: cpu
targetAverageUtilization: 70
target:
type: Utilization
averageUtilization: 70
---
apiVersion: v1
kind: PersistentVolumeClaim