fix api response time

main
cahe 2 years ago
parent 5dcde9732e
commit 1da1e0b673

@ -30,13 +30,15 @@ kind: Rollout
metadata: metadata:
name: python-deployment name: python-deployment
spec: spec:
replicas: 2 replicas: 3
strategy: strategy:
canary: canary:
maxSurge: 1
maxUnavailable: 0
steps: steps:
- setWeight: 50 - setWeight: 33
- pause: - pause:
duration: 300 duration: 5m
selector: selector:
matchLabels: matchLabels:
app: python-deployment app: python-deployment

Loading…
Cancel
Save