Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
caoyingjunz committed Nov 1, 2024
1 parent 5ebf89d commit 01afc1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ansible/roles/kubernetes/templates/pixiu-autoscaler.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,18 @@ apiVersion: apps/v1
kind: Deployment
metadata:
labels:
pixiu-autoscaler.hpa.controller: pixiu-autoscaler
pixiu.hpa.controller: pixiu-autoscaler
name: pixiu-autoscaler-controller
namespace: pixiu-system
spec:
replicas: 1
selector:
matchLabels:
pixiu-autoscaler.hpa.controller: pixiu-autoscaler
pixiu.hpa.controller: pixiu-autoscaler
template:
metadata:
labels:
pixiu-autoscaler.hpa.controller: pixiu-autoscaler
pixiu.hpa.controller: pixiu-autoscaler
spec:
containers:
- image: harbor.cloud.pixiuio.com/pixiuio/pixiu-autoscaler-controller:latest
Expand Down

0 comments on commit 01afc1d

Please sign in to comment.