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
+36
View File
@@ -0,0 +1,36 @@
# イメージ設定
image:
repository: ""
tag: "latest"
pullPolicy: IfNotPresent
# レプリカ数
replicaCount: 1
# リソース制限
resources: {}
# limits:
# cpu: 500m
# memory: 512Mi
# requests:
# cpu: 100m
# memory: 128Mi
# ストレージ設定
persistence:
enabled: true
storageClass: ""
size: 1Gi
hostPath: ""
# サービス設定
service:
type: ClusterIP
port: 80
# Ingress設定
ingress:
enabled: false
className: ""
host: ""
tls: false