2 Commits

Author SHA1 Message Date
27ffba8dc1 fix(node): changing statefulset name here is a bad idea
Some checks failed
Build and Push Image / Build and push image (push) Failing after 12s
2025-05-28 15:31:05 +02:00
5d739cbb0c fix(node): change default service name to valkey-node
Some checks failed
Build and Push Image / Build and push image (push) Failing after 13s
2025-05-28 15:22:19 +02:00
2 changed files with 2 additions and 12 deletions

View File

@ -12,8 +12,8 @@ configMapGenerator:
- NAMESPACE="default" - NAMESPACE="default"
- VALKEY_ENV="base" - VALKEY_ENV="base"
- VALKEY_NAME="valkey-node" - VALKEY_NAME="valkey-node"
- VALKEY_SERVICE="valkey" - VALKEY_SERVICE="valkey-node"
- VALKEY_HEADLESS_SERVICE="valkey-headless" - VALKEY_HEADLESS_SERVICE="valkey-node-headless"
- VALKEY_REPLICAS="4" - VALKEY_REPLICAS="4"
- VALKEY_PORT="6379" - VALKEY_PORT="6379"
- VALKEY_SENTINEL_PORT="26379" - VALKEY_SENTINEL_PORT="26379"

View File

@ -18,13 +18,3 @@
name: valkey-node name: valkey-node
fieldPaths: fieldPaths:
- spec.serviceName - spec.serviceName
- source:
kind: ConfigMap
name: valkey-env
fieldPath: data.VALKEY_NAME
targets:
- select:
kind: StatefulSet
name: valkey-node
fieldPaths:
- metadata.name