Template
feat: initial template structure
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# 使用する場合のみ残す
|
||||
# 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
|
||||
Reference in New Issue
Block a user