Skip to content

Commit

Permalink
chore(updater): bump pkg/dist/*.yml (2024-05-27) (#150)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <noreply@github.com>
  • Loading branch information
github-actions[bot] and web-flow authored May 27, 2024
1 parent 0ca5770 commit 3d741dd
Showing 1 changed file with 5 additions and 3 deletions.
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

0 comments on commit 3d741dd

Please sign in to comment.