first commit
This commit is contained in:
12
kustomize/overlays/dev/hpa.yaml
Normal file
12
kustomize/overlays/dev/hpa.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
apiVersion: autoscaling/v1
|
||||
kind: HorizontalPodAutoscaler
|
||||
metadata:
|
||||
name: extranetui-hpa
|
||||
spec:
|
||||
maxReplicas: 5
|
||||
minReplicas: 1
|
||||
scaleTargetRef:
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
name: extranetui
|
||||
targetCPUUtilizationPercentage: 50
|
||||
Reference in New Issue
Block a user