Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dongitran committed Nov 27, 2023
1 parent 3f3b5a1 commit d78d039
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
labels:
app: nginx-1
spec:
replicas: 3
replicas: 1
selector:
matchLabels:
app: nginx-1
Expand Down Expand Up @@ -35,7 +35,7 @@ spec:
name: nginx-1
apiVersion: apps/v1
minReplicas: 1
maxReplicas: 5
maxReplicas: 2
metrics:
- type: Resource
resource:
Expand Down

0 comments on commit d78d039

Please sign in to comment.