Skip to content

Commit ba00efa

Browse files
merge main
1 parent de0e97f commit ba00efa

2 files changed

Lines changed: 0 additions & 37 deletions

File tree

charts/gitops-runtime/README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -716,26 +716,10 @@ redis-ha:
716716
| redis-ha.hardAntiAffinity | bool | `true` | Whether the Redis server pods should be forced to run on separate nodes. |
717717
| redis-ha.image.repository | string | `"public.ecr.aws/docker/library/redis"` | Redis repository |
718718
| redis-ha.image.tag | string | `"8.2.1-alpine"` | Redis tag |
719-
| redis-ha.livenessProbe.failureThreshold | int | `3` | |
720-
| redis-ha.livenessProbe.initialDelaySeconds | int | `10` | |
721-
| redis-ha.livenessProbe.periodSeconds | int | `10` | |
722-
| redis-ha.livenessProbe.successThreshold | int | `1` | |
723-
| redis-ha.livenessProbe.timeoutSeconds | int | `10` | |
724719
| redis-ha.persistentVolume.enabled | bool | `false` | Configures persistence on Redis nodes |
725-
| redis-ha.readinessProbe.failureThreshold | int | `3` | |
726-
| redis-ha.readinessProbe.initialDelaySeconds | int | `10` | |
727-
| redis-ha.readinessProbe.periodSeconds | int | `10` | |
728-
| redis-ha.readinessProbe.successThreshold | int | `1` | |
729-
| redis-ha.readinessProbe.timeoutSeconds | int | `10` | |
730720
| redis-ha.redis.config | object | See [values.yaml] | Any valid redis config options in this section will be applied to each server (see `redis-ha` chart) |
731721
| redis-ha.redis.config.save | string | `'""'` | Will save the DB if both the given number of seconds and the given number of write operations against the DB occurred. `""` is disabled |
732722
| redis-ha.redis.masterGroupName | string | `"gitops-runtime"` | Redis convention for naming the cluster group: must match `^[\\w-\\.]+$` and can be templated |
733-
| redis-ha.service.type | string | `"ClusterIP"` | |
734-
| redis-ha.serviceAccount.create | bool | `true` | |
735-
| redis-ha.serviceMonitor.enabled | bool | `false` | |
736-
| redis-ha.serviceMonitor.interval | string | `"30s"` | |
737-
| redis-ha.serviceMonitor.labels | object | `{}` | |
738-
| redis-ha.serviceMonitor.scrapeTimeout | string | `"10s"` | |
739723
| redis-ha.tolerations | list | `[]` | [Tolerations] for use with node taints for Redis pods. |
740724
| redis-ha.topologySpreadConstraints | object | `{"enabled":false,"maxSkew":"","topologyKey":"","whenUnsatisfiable":""}` | Assign custom [TopologySpreadConstraints] rules to the Redis pods. |
741725
| redis-ha.topologySpreadConstraints.enabled | bool | `false` | Enable Redis HA topology spread constraints |

charts/gitops-runtime/values.yaml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -894,24 +894,3 @@ redis-ha:
894894
# @default -- See [values.yaml]
895895
containerSecurityContext:
896896
readOnlyRootFilesystem: true
897-
service:
898-
type: ClusterIP
899-
serviceAccount:
900-
create: true
901-
readinessProbe:
902-
failureThreshold: 3
903-
initialDelaySeconds: 10
904-
periodSeconds: 10
905-
successThreshold: 1
906-
timeoutSeconds: 10
907-
livenessProbe:
908-
failureThreshold: 3
909-
initialDelaySeconds: 10
910-
periodSeconds: 10
911-
successThreshold: 1
912-
timeoutSeconds: 10
913-
serviceMonitor:
914-
enabled: false
915-
interval: 30s
916-
scrapeTimeout: 10s
917-
labels: {}

0 commit comments

Comments
 (0)