Files
template/charts/SERVICE/templates/80-hpa.yaml
T

14 lines
307 B
YAML

# 使用する場合のみ残す
# apiVersion: autoscaling/v2
# kind: HorizontalPodAutoscaler
# metadata:
# name: {{ .Release.Name }}-hpa
# namespace: core
# spec:
# scaleTargetRef:
# apiVersion: apps/v1
# kind: Deployment
# name: {{ .Release.Name }}
# minReplicas: 1
# maxReplicas: 3