Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
redis-operator
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
spotahome
redis-operator
Commits
1b347732
Commit
1b347732
authored
Sep 6, 2022
by
Samuel Vijaykumar M
Browse files
Options
Downloads
Patches
Plain Diff
Update readme
parent
e2f5cde7
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+25
-4
25 additions, 4 deletions
README.md
with
25 additions
and
4 deletions
README.md
+
25
−
4
View file @
1b347732
...
@@ -170,23 +170,44 @@ If the user choose to have extra volumes creates and mounted, he could use the `
...
@@ -170,23 +170,44 @@ If the user choose to have extra volumes creates and mounted, he could use the `
-
Secrets that sidecars might use to backup of RDBs
-
Secrets that sidecars might use to backup of RDBs
-
Extra users and their secrets and acls that could used the initContainers to create multiple users
-
Extra users and their secrets and acls that could used the initContainers to create multiple users
-
Extra Configurations that could merge on top the existing configurations
-
Extra Configurations that could merge on top the existing configurations
-
To pass failover scripts for addition for additional operations
```
```
---
apiVersion: v1
kind: Secret
metadata:
name: foo
namespace: exm
type: Opaque
stringData:
password: MWYyZDFlMmU2N2Rm
---
apiVersion: databases.spotahome.com/v1
apiVersion: databases.spotahome.com/v1
kind: RedisFailover
kind: RedisFailover
metadata:
metadata:
name: redisfailover
name: foo
namespace: exm
spec:
spec:
sentinel:
sentinel:
replicas: 3
replicas: 3
extraVolumes:
-
name: foo
secret:
secretName: foo
optional: false
extraVolumeMounts:
-
name: foo
mountPath: "/etc/foo"
readOnly: true
redis:
redis:
replicas: 3
replicas: 3
extraVolumes:
extraVolumes:
- name: foo
_user
-
name: foo
secret:
secret:
secretName:
mysecret
secretName:
foo
optional: false
optional: false
exraVolumeMounts:
ex
t
raVolumeMounts:
-
name: foo
-
name: foo
mountPath: "/etc/foo"
mountPath: "/etc/foo"
readOnly: true
readOnly: true
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment