SPB Git forge

spb/uqo-chat

Public
14commits 1branches 0releases
1.4 MBsize
maindefault branch
17 days agolast push
Python 64.6% TypeScript 33.7% CSS 0.8%
325 B · 9 lines yaml
Raw Blame History
1apiVersion: autoscaling/v22kind: HorizontalPodAutoscaler3metadata: { name: api, namespace: uqo-chat }4spec:5  scaleTargetRef: { apiVersion: apps/v1, kind: Deployment, name: api }6  minReplicas: 27  maxReplicas: 68  metrics: [{ type: Resource, resource: { name: cpu, target: { type: Utilization, averageUtilization: 70 } } }]9