@@ -35,7 +35,7 @@ appImagePullPolicy: "Always"
3535filerImage : " registry.drycc.cc/drycc/filer:canary"
3636filerImagePullPolicy : " Always"
3737# Set storageClassName. It is used for application.
38- appStorageClass : " {{ .Values.storage.csi.storageClassName }} "
38+ appStorageClass : " longhorn "
3939# Set runtimeClassName. It is used for application.
4040appRuntimeClass : " "
4141# Set appDNSPolicy. It is used for application.
@@ -63,10 +63,14 @@ databaseReplicaUrl: ""
6363passportUrl : " "
6464passportKey : " "
6565passportSecret : " "
66+ # prometheusUrl is will no longer use the built-in prometheus component
67+ prometheusUrl : " "
6668# Workflow-manager Configuration Options
6769workflowManagerUrl : " "
6870workflowManagerAccessKey : " "
6971workflowManagerSecretKey : " "
72+ # Prefix for the imagepull secret created when using private registry
73+ registrySecretPrefix : " private-registry"
7074
7175# limit specs, plans config
7276config :
@@ -133,41 +137,26 @@ mutate:
133137 extraMatchLabels :
134138 component : " drycc-controller-mutate"
135139
136- storage :
137- csi :
138- storageClassName : drycc-storage
140+ valkey :
141+ enabled : true
142+
143+ database :
144+ enabled : true
145+
146+ registry :
147+ enabled : true
148+
149+ passport :
150+ enabled : true
151+
152+ prometheus :
153+ enabled : true
139154
140155global :
141156 # Admin email, used for each component to send email to administrator
142157 email : " drycc@drycc.cc"
143- # Set the storage backend
144- #
145- # Valid values are:
146- # - s3: Store persistent data in AWS S3 (configure in S3 section)
147- # - azure: Store persistent data in Azure's object storage
148- # - gcs: Store persistent data in Google Cloud Storage
149- # - minio: Store persistent data on in-cluster Minio server
150- storage : minio
151- # Set the location of Workflow's PostgreSQL database
152- #
153- # Valid values are:
154- # - on-cluster: Run PostgreSQL within the Kubernetes cluster (credentials are generated
155- # automatically; backups are sent to object storage
156- # configured above)
157- # - off-cluster: Run PostgreSQL outside the Kubernetes cluster (configure in database section)
158- databaseLocation : " on-cluster"
159- # Set the location of Workflow's Registry
160- #
161- # Valid values are:
162- # - on-cluster: Run registry within the Kubernetes cluster
163- # - off-cluster: Use registry outside the Kubernetes cluster (example: drycc registry,self-hosted)
164- registryLocation : " on-cluster"
165- # Prefix for the imagepull secret created when using private registry
166- registrySecretPrefix : " private-registry"
167158 # GatewayClass is cluster-scoped resource defined by the infrastructure provider.
168159 gatewayClass : " "
169- # Please check `kubernetes.io/ingress.class`
170- ingressClass : " "
171160 # A domain name consists of one or more parts.
172161 # Periods (.) are used to separate these parts.
173162 # Each part must be 1 to 63 characters in length and can contain lowercase letters, digits, and hyphens (-).
@@ -179,10 +168,3 @@ global:
179168 platformDomain : " "
180169 # Whether cert_manager is enabled to automatically generate controller certificates
181170 certManagerEnabled : true
182- passportLocation : " on-cluster"
183- # Set the location of Workflow's prometheus cluster
184- #
185- # Valid values are:
186- # - on-cluster: Run prometheus within the Kubernetes cluster
187- # - off-cluster: prometheus is running outside of the cluster and credentials and connection information will be provided.
188- prometheusLocation : " on-cluster"
0 commit comments