From 1b42bf65a24cdefd46b7e122b2bcb180c9901662 Mon Sep 17 00:00:00 2001 From: Jesse Hitch Date: Sat, 18 Jan 2025 10:21:22 +0100 Subject: [PATCH] Apply suggestions from code review - fix values.yaml comments --- charts/pixelfed/values.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/charts/pixelfed/values.yaml b/charts/pixelfed/values.yaml index 30846dc..6fcb6b4 100644 --- a/charts/pixelfed/values.yaml +++ b/charts/pixelfed/values.yaml @@ -194,7 +194,8 @@ valkey: # primary (control plane) configuration primary: - disableCommands: # Laravel requires the ability to call FLUSHDB, which is disabled by default + # -- Laravel requires the ability to call FLUSHDB, which is disabled by default + disableCommands: - FLUSHALL persistence: enabled: true @@ -213,10 +214,10 @@ valkey: whenDeleted: Retain metrics: - # we use a grafana exporter that logs into valkey directly + # -- we use a grafana exporter that logs into valkey directly, but you can enable this if you don't use that enabled: false - # definitions: https://github.com/bitnami/charts/blob/main/bitnami/common/templates/_resources.tpl#L15 + # -- definitions: https://github.com/bitnami/charts/blob/main/bitnami/common/templates/_resources.tpl#L15 # Options: nano, micro, small, medium, large, xlarge, 2xlarge # default: nano resourcesPreset: "small"