mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-26 04:41:28 +02:00
Merge pull request #1580 from scottyah/kubernetes-autoscaler-fix
updated API version, parameter structure
This commit is contained in:
parent
604c81fac2
commit
3743c3a25b
@ -1265,7 +1265,7 @@ spec:
|
||||
path: /var/run
|
||||
type: ''
|
||||
---
|
||||
apiVersion: autoscaling/v2beta1
|
||||
apiVersion: autoscaling/v2
|
||||
kind: HorizontalPodAutoscaler
|
||||
metadata:
|
||||
name: zabbix-web
|
||||
@ -1281,7 +1281,9 @@ spec:
|
||||
- type: Resource
|
||||
resource:
|
||||
name: cpu
|
||||
targetAverageUtilization: 70
|
||||
target:
|
||||
type: Utilization
|
||||
averageUtilization: 70
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
|
Loading…
x
Reference in New Issue
Block a user