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
21 lines
386 B
YAML
21 lines
386 B
YAML
- source:
|
|
kind: ConfigMap
|
|
name: valkey-env
|
|
fieldPath: data.VALKEY_HEADLESS_SERVICE
|
|
targets:
|
|
- select:
|
|
kind: Service
|
|
name: valkey-headless
|
|
fieldPaths:
|
|
- metadata.name
|
|
- source:
|
|
kind: ConfigMap
|
|
name: valkey-env
|
|
fieldPath: data.VALKEY_SERVICE
|
|
targets:
|
|
- select:
|
|
kind: Service
|
|
name: valkey
|
|
fieldPaths:
|
|
- metadata.name
|