Your ROOT_URL in app.ini is http://git.slaventius.ru/ but you are visiting http://37.143.12.169/test3k/auth/blame/commit/641b7fd4c0c16b95612dde588aefedd3ba297da6/deploy/helm/templates/hpa.yaml You should set ROOT_URL correctly, otherwise the web may not work correctly.

19 lines
387 B

2 years ago
apiVersion: autoscaling/v2
2 years ago
kind: HorizontalPodAutoscaler
metadata:
name: {{ .Release.Name }}-hpa
spec:
2 years ago
minReplicas: 4
maxReplicas: 6
2 years ago
metrics:
- resource:
name: cpu
target:
averageUtilization: 50
type: Utilization
type: Resource
2 years ago
scaleTargetRef:
apiVersion: apps/v1
kind: Deployment
2 years ago
name: {{ .Release.Name }}-application