Skip to content

Commit 8373d66

Browse files
committed
add subchart links
1 parent 6e56c4b commit 8373d66

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

hosting/k8s/helm/values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@ supervisor:
355355
affinity: {}
356356

357357
# PostgreSQL configuration
358+
# Subchart: https://github.com/bitnami/charts/tree/main/bitnami/postgresql
358359
postgres:
359360
deploy: true
360361

@@ -404,6 +405,7 @@ postgres:
404405
# 3. Configure extraVolumes, extraVolumeMounts, and extraEnvVars (see webapp section above)
405406

406407
# Redis configuration
408+
# Subchart: https://github.com/bitnami/charts/tree/main/bitnami/redis
407409
redis:
408410
deploy: true
409411

@@ -493,6 +495,7 @@ electric:
493495
# value: "custom-value"
494496

495497
# ClickHouse configuration
498+
# Subchart: https://github.com/bitnami/charts/tree/main/bitnami/clickhouse
496499
clickhouse:
497500
deploy: true
498501

@@ -552,6 +555,7 @@ clickhouse:
552555
</clickhouse>
553556
554557
# S3-compatible object storage configuration
558+
# Subchart: https://github.com/bitnami/charts/tree/main/bitnami/minio
555559
s3:
556560
# Set to false to use external S3-compatible storage
557561
# Set to true to deploy internal MinIO (default)

0 commit comments

Comments
 (0)