Skip to content

Commit

Permalink
Correct syntax in hpa
Browse files Browse the repository at this point in the history
  • Loading branch information
miko-ov committed Dec 13, 2023
1 parent 7962db0 commit 3f09ab7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions chart/pixelaw-core/templates/hpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ spec:
target:
type: Utilization
averageUtilization: {{ .Values.averageCPUUtilization }}
- type: Resource
resource:
name: memory
target:
type: Utilization
averageUtilization: {{ .Values.averageMemoryUtilization }}
- type: Resource
resource:
name: memory
target:
type: Utilization
averageUtilization: {{ .Values.averageMemoryUtilization }}

0 comments on commit 3f09ab7

Please sign in to comment.