Move redis.service key occurence in values
Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
a475d930d3
commit
4eb5ff92ea
1 changed files with 3 additions and 4 deletions
|
@ -365,10 +365,6 @@ redis:
|
||||||
enabled: true
|
enabled: true
|
||||||
name: redis
|
name: redis
|
||||||
|
|
||||||
# Annotations to be added to the provisioned service resource
|
|
||||||
service:
|
|
||||||
annotations: {}
|
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: redis
|
repository: redis
|
||||||
tag: 6.2.4-alpine
|
tag: 6.2.4-alpine
|
||||||
|
@ -455,6 +451,9 @@ redis:
|
||||||
## Additional containers to be added to the redis pod.
|
## Additional containers to be added to the redis pod.
|
||||||
extraContainers: []
|
extraContainers: []
|
||||||
|
|
||||||
|
service:
|
||||||
|
annotations: {}
|
||||||
|
|
||||||
metrics:
|
metrics:
|
||||||
enabled: false
|
enabled: false
|
||||||
image:
|
image:
|
||||||
|
|
Loading…
Reference in a new issue