Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
conorheffron authored Oct 15, 2024
1 parent aced84f commit 30f3918
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kubernetes/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ metadata:
name: ironoc-db-app-deployment
namespace: ironoc-db-ns
spec:
replicas: 1
replicas: 3
selector:
matchLabels:
app: ironoc-db-app-deployment
Expand Down Expand Up @@ -194,15 +194,15 @@ metadata:
name: ironoc-db-app-deployment-hpa-kbij
namespace: ironoc-db-ns
spec:
maxReplicas: 1
maxReplicas: 3
metrics:
- resource:
name: cpu
target:
averageUtilization: 80
type: Utilization
type: Resource
minReplicas: 1
minReplicas: 2
scaleTargetRef:
apiVersion: apps/v1
kind: Deployment
Expand Down

0 comments on commit 30f3918

Please sign in to comment.