mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-27 10:18:39 +00:00
revert redis values and static image in the chart
Signed-off-by: IvanHunters <xorokhotnikov@gmail.com>
This commit is contained in:
@@ -15,7 +15,6 @@ Service utilizes the Spotahome Redis Operator for efficient management and orche
|
||||
|
||||
| Name | Description | Type | Value |
|
||||
| ------------------ | ------------------------------------------------------------------------------------------------------------------------------- | ---------- | ------------- |
|
||||
| `image` | Redis image in name:tag format | `string` | `redis:8.2.0` |
|
||||
| `replicas` | Number of Redis replicas. | `int` | `2` |
|
||||
| `resources` | Explicit CPU and memory configuration for each Redis replica. When omitted, the preset defined in `resourcesPreset` is applied. | `object` | `{}` |
|
||||
| `resources.cpu` | CPU available to each replica. | `quantity` | `""` |
|
||||
|
||||
@@ -27,7 +27,7 @@ spec:
|
||||
replicas: 3
|
||||
resources: {{- include "cozy-lib.resources.defaultingSanitize" (list .Values.resourcesPreset .Values.resources $) | nindent 6 }}
|
||||
redis:
|
||||
image: {{ .Values.image }}
|
||||
image: "redis:8.2.0"
|
||||
resources: {{- include "cozy-lib.resources.defaultingSanitize" (list .Values.resourcesPreset .Values.resources $) | nindent 6 }}
|
||||
replicas: {{ .Values.replicas }}
|
||||
{{- with .Values.size }}
|
||||
|
||||
@@ -12,11 +12,6 @@
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"image": {
|
||||
"description": "Redis image in name:tag format",
|
||||
"type": "string",
|
||||
"default": "redis:8.2.0"
|
||||
},
|
||||
"replicas": {
|
||||
"description": "Number of Redis replicas.",
|
||||
"type": "integer",
|
||||
@@ -89,4 +84,4 @@
|
||||
"default": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -15,9 +15,6 @@
|
||||
## @value xlarge
|
||||
## @value 2xlarge
|
||||
|
||||
## @param {string} image - Redis image in name:tag format
|
||||
image: "redis:8.2.0"
|
||||
|
||||
## @param {int} replicas - Number of Redis replicas.
|
||||
replicas: 2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user