Release/release 1.09 * Install missing plugins * rs set to 1 * rebase pantheon for aws * rebase pantheon for aws * prod config change * prod config change * fix campaing issue * revert Approved-by: Jay Sharma
14 lines
293 B
YAML
14 lines
293 B
YAML
apiVersion: autoscaling/v1
|
|
kind: HorizontalPodAutoscaler
|
|
metadata:
|
|
name: medicalalert-web-hpa
|
|
namespace: medicalalert-web
|
|
spec:
|
|
scaleTargetRef:
|
|
apiVersion: apps/v1
|
|
kind: Deployment
|
|
name: medicalalert-web
|
|
minReplicas: 1
|
|
maxReplicas: 6
|
|
targetCPUUtilizationPercentage: 70
|