14 lines
289 B
YAML
Executable File
14 lines
289 B
YAML
Executable File
apiVersion: autoscaling/v1
|
|
kind: HorizontalPodAutoscaler
|
|
metadata:
|
|
name: medicalalert-web-hpa
|
|
namespace: caresage-web
|
|
spec:
|
|
scaleTargetRef:
|
|
apiVersion: apps/v1
|
|
kind: Deployment
|
|
name: medicalalert-web
|
|
minReplicas: 1
|
|
maxReplicas: 1
|
|
targetCPUUtilizationPercentage: 70
|