Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(updater): bump pkg/dist/*.yml (2024-05-27) #150

Merged
merged 1 commit into from
May 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions pkg/dist/service_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,11 +293,12 @@ dragonfly:
default: false
dragonfly_persistence:
title: Dragonfly persistence
description: When persistence is 'rdb', Dragonfly does RDB dumps each 10 minutes. Also RDB dumps are done according to backup schedule for backup purposes. When persistence is 'off', no RDB dumps and backups are done, so data can be lost at any moment if service is restarted for any reason, or if service is powered off. Also service can't be forked.
description: When persistence is 'rdb' or 'dfs', Dragonfly does RDB or DFS dumps every 10 minutes. Dumps are done according to the backup schedule for backup purposes. When persistence is 'off', no RDB/DFS dumps or backups are done, so data can be lost at any moment if the service is restarted for any reason, or if the service is powered off. Also, the service can't be forked.
type: string
enum:
- value: "off"
- value: rdb
- value: dfs
dragonfly_ssl:
title: Require SSL to access Dragonfly
type: boolean
Expand Down Expand Up @@ -1066,6 +1067,7 @@ flink:
- "null"
enum:
- value: "1.16"
- value: "1.19"
ip_filter:
title: IP filter
description: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
Expand Down Expand Up @@ -4940,7 +4942,7 @@ pg:
- value: VERBOSE
log_line_prefix:
title: log_line_prefix
description: Choose from one of the available log-formats. These can support popular log analyzers like pgbadger, pganalyze etc.
description: Choose from one of the available log formats.
type: string
enum:
- value: '''pid=%p,user=%u,db=%d,app=%a,client=%h '''
Expand Down Expand Up @@ -5717,7 +5719,7 @@ redis:
example: "16"
redis_persistence:
title: Redis persistence
description: When persistence is 'rdb', Redis does RDB dumps each 10 minutes if any key is changed. Also RDB dumps are done according to backup schedule for backup purposes. When persistence is 'off', no RDB dumps and backups are done, so data can be lost at any moment if service is restarted for any reason, or if service is powered off. Also service can't be forked.
description: When persistence is 'rdb', Redis does RDB dumps each 10 minutes if any key is changed. Also RDB dumps are done according to the backup schedule for backup purposes. When persistence is 'off', no RDB dumps or backups are done, so data can be lost at any moment if the service is restarted for any reason, or if the service is powered off. Also, the service can't be forked.
type: string
enum:
- value: "off"
Expand Down
Loading