Template
feat: initial template structure
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user