Files
DataMate/deployment/helm/datamate/charts/public/values.yaml
hhhhsc701 9dd26d622f feature: 数据库镜像制作 (#70)
* feature: 数据库镜像制作

* feature: 增加归档包流水线
2025-11-10 19:06:53 +08:00

25 lines
746 B
YAML

# Default values for datamate.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
# This is to override the chart name.
nameOverride: "datamate-public"
fullnameOverride: "datamate-public"
# This is for setting Kubernetes Annotations to a Pvc.
# For more information checkout: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
annotations: {}
persistentVolumeClaim:
## If defined, storageClassName: <storageClass>
## If undefined (the default) or set to null, no storageClassName spec is
## set, choosing the default provisioner.
##
storageClass: ""
accessModes: ReadWriteMany
size:
dataset: 10Gi
flow: 1Gi
log: 1Gi
database: 1Gi
operator: 1Gi