Python 64.6%
TypeScript 33.7%
CSS 0.8%
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