feat: initial template structure

This commit is contained in:
admin
2026-05-26 15:12:54 +09:00
parent b4adfd5641
commit b1689faab7
13 changed files with 220 additions and 1 deletions
+13
View File
@@ -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