diff --git a/charts/pixelfed/values.yaml b/charts/pixelfed/values.yaml index 202b1a6..125a7ef 100644 --- a/charts/pixelfed/values.yaml +++ b/charts/pixelfed/values.yaml @@ -185,38 +185,39 @@ valkey: enabled: true existingSecret: "" existingSecretPasswordKey: "password" - # TLS settings - tls: - enabled: false - authClients: true - autoGenerated: false + + # TLS settings + tls: + enabled: false + authClients: true + autoGenerated: false - # primary (control plane) configuration - primary: - persistence: - enabled: true - existingClaim: "" - - # valkey replica configuration - replica: - persistence: - enabled: true - existingClaim: "" - - # persistnent volume retention policy for the StatefulSet - persistentVolumeClaimRetentionPolicy: + # primary (control plane) configuration + primary: + persistence: enabled: true - whenScaled: Retain - whenDeleted: Retain + existingClaim: "" - metrics: - # we use a grafana exporter that logs into valkey directly - enabled: false + # valkey replica configuration + replica: + persistence: + enabled: true + existingClaim: "" - # 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" + # persistnent volume retention policy for the StatefulSet + persistentVolumeClaimRetentionPolicy: + enabled: true + whenScaled: Retain + whenDeleted: Retain + + metrics: + # we use a grafana exporter that logs into valkey directly + enabled: false + + # 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" postgresql: