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
+14
View File
@@ -0,0 +1,14 @@
# 使用する場合のみ残す
# apiVersion: v1
# kind: PersistentVolume
# metadata:
# name: {{ .Release.Name }}-pv
# spec:
# capacity:
# storage: {{ .Values.persistence.size }}
# accessModes:
# - ReadWriteOnce
# persistentVolumeReclaimPolicy: Retain
# storageClassName: local-storage-ssd
# hostPath:
# path: {{ .Values.persistence.hostPath }}