spring-petclinic/infra/charts/feast/values.yaml
Jesse Houldsworth 00ed61ebb5 tf
2025-10-09 06:46:44 -07:00

23 lines
No EOL
674 B
YAML

feature-server:
enabled: true
transformation-service:
enabled: true
redis:
# redis.enabled -- Flag to install Redis
enabled: false
# redis.usePassword -- Disable redis password
usePassword: false
global:
# global.registry -- Information about registry managed by Feast Python SDK (must be in sync with feature_store.yaml)
registry:
# global.registry.path -- Path to the registry file managed by Feast Python SDK
path: gs://path/to/registry.db
# global.registry.cache_ttl_seconds -- Registry cache (in memory) will be refreshed on this interval
cache_ttl_seconds: 0
# global.project -- Project from feature_store.yaml
project: default