Skip to content

Commit

Permalink
preparing for lab tests
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Oct 23, 2023
1 parent 985738f commit 31e9073
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions crds/vshn.appcat.vshn.io_vshnredis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,13 @@ spec:
redisSettings:
description: RedisSettings contains additional Redis settings.
type: string
serviceLevel:
default: besteffort
description: ServiceLevel defines the service level of this service. Either Best Effort or Guaranteed Availability is allowed.
enum:
- besteffort
- guaranteed
type: string
version:
default: "7.0"
description: Version contains supported version of Redis. Multiple versions are supported. The latest version "7.0" is the default version.
Expand Down

0 comments on commit 31e9073

Please sign in to comment.