3 Commits

Author SHA1 Message Date
fef4f1d899 fix(node): disable replacements
Some checks failed
Build and Push Image / Build and push image (push) Failing after 12s
2025-05-28 15:47:17 +02:00
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 5 additions and 15 deletions

View File

@ -12,8 +12,8 @@ configMapGenerator:
- NAMESPACE="default"
- VALKEY_ENV="base"
- VALKEY_NAME="valkey-node"
- VALKEY_SERVICE="valkey"
- VALKEY_HEADLESS_SERVICE="valkey-headless"
- VALKEY_SERVICE="valkey-node"
- VALKEY_HEADLESS_SERVICE="valkey-node-headless"
- VALKEY_REPLICAS="4"
- VALKEY_PORT="6379"
- VALKEY_SENTINEL_PORT="26379"
@ -38,6 +38,6 @@ configMapGenerator:
- files/scripts/liveness-local.sh
- files/scripts/readiness-local.sh
replacements:
- path: ./replacements/services.yaml
- path: ./replacements/statefulset.yaml
#replacements:
#- path: ./replacements/services.yaml
#- path: ./replacements/statefulset.yaml

View File

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