# 使用する場合のみ残す # 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