Skip to content

Commit

Permalink
demo.yaml updated for k8s 1.26
Browse files Browse the repository at this point in the history
Signed-off-by: junior <[email protected]>
  • Loading branch information
junior committed Apr 28, 2023
1 parent 11ff121 commit 671ad48
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deploy/demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1216,7 +1216,7 @@ spec:
key: app.pixel/turn
operator: Exists
---
apiVersion: autoscaling/v2beta2
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
labels:
Expand All @@ -1243,7 +1243,7 @@ spec:
kind: Deployment
name: podproxy
---
apiVersion: autoscaling/v2beta2
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
labels:
Expand All @@ -1270,7 +1270,7 @@ spec:
kind: Deployment
name: traefik
---
apiVersion: autoscaling/v2beta2
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
labels:
Expand Down Expand Up @@ -1306,7 +1306,7 @@ spec:
name: player_stream_pool_ratio
target:
type: Value
value: 0.9
value: '0.9'
type: Object
minReplicas: 1
scaleTargetRef:
Expand Down

0 comments on commit 671ad48

Please sign in to comment.