11 Commits

Author SHA1 Message Date
12c34af01a feat(misc): adding test kustomization 2025-07-24 09:57:45 +02:00
38650b32c5 feat(node): adding node component
Cleaning up the repo
2025-07-24 09:57:45 +02:00
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
09c6791509 fix(node): use headless service in all the scripts
Some checks failed
Build and Push Image / Build and push image (push) Failing after 13s
2025-05-28 11:11:12 +02:00
3c550b3015 feat(node): support for name replacement
Some checks failed
Build and Push Image / Build and push image (push) Failing after 13s
now when you include this project you can change then service and statefulset name from
the valkey-env configMap
2025-05-28 10:57:50 +02:00
36e6cd84f9 feat(node): comment unused code
Some checks failed
Build and Push Image / Build and push image (push) Failing after 1m4s
2025-05-27 16:25:20 +02:00
004cd98224 feat(node): try to manage scale up and scale down 2025-05-27 16:25:20 +02:00
d655d0449f feat(node): adding all in one node support 2025-05-27 16:25:20 +02:00
3f10373773 First commit 2025-05-27 16:25:20 +02:00
2 changed files with 10 additions and 2 deletions

View File

@ -7,11 +7,9 @@
kind: Service
name: valkey-headless
fieldPaths:
- metadata.labels.app
- spec.selector.app
- select:
kind: Service
name: valkey
fieldPaths:
- metadata.labels.app
- spec.selector.app

View File

@ -1,3 +1,13 @@
- source:
kind: ConfigMap
name: valkey-env
fieldPath: data.VALKEY_REPLICAS
targets:
- select:
kind: StatefulSet
name: valkey-node
fieldPaths:
- spec.replicas
- source:
kind: ConfigMap
name: valkey-env