Skip to content

Commit

Permalink
update celery scaleTargetRef
Browse files Browse the repository at this point in the history
  • Loading branch information
nkemnitz committed Jun 27, 2022
1 parent a0b34a4 commit b5dd104
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kubetemplates/celery-scaler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: celery-scaler
spec:
scaleTargetRef:
apiVersion: apps/v1beta1
apiVersion: apps/v1
kind: Deployment
name: celery
minReplicas: 1
Expand Down
4 changes: 2 additions & 2 deletions kubetemplates/materialize_worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: celery-producer-scaler
spec:
scaleTargetRef:
apiVersion: apps/v1beta1
apiVersion: apps/v1
kind: Deployment
name: celery-producer
minReplicas: ${CELERY_PRODUCER_MIN_REPLICAS}
Expand All @@ -21,7 +21,7 @@ metadata:
name: celery-consumer-scaler
spec:
scaleTargetRef:
apiVersion: apps/v1beta1
apiVersion: apps/v1
kind: Deployment
name: celery-consumer
minReplicas: ${CELERY_CONSUMER_MIN_REPLICAS}
Expand Down

0 comments on commit b5dd104

Please sign in to comment.