Update guestbook-ui-deployment.yaml

This commit is contained in:
Mirko Teodorovic 2023-06-02 17:30:00 +02:00 committed by GitHub
parent 8730280de3
commit ad51109ade
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 6 deletions

View File

@ -10,18 +10,17 @@ spec:
minReplicas: 1
maxReplicas: 2
metrics:
- type: Resource
resource:
- resource:
name: cpu
target:
averageUtilization: 50
type: Utilization
averageUtilization: 60
- type: Resource
resource:
type: Resource
- resource:
name: memory
target:
averageUtilization: 60
type: Utilization
averageUtilization: 50
---
apiVersion: apps/v1
kind: Deployment