mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-02-06 22:31:12 +00:00
62 lines
1.4 KiB
YAML
62 lines
1.4 KiB
YAML
# Default values for feast.
|
|
# This is a YAML-formatted file.
|
|
# Declare variables to be passed into your templates.
|
|
|
|
replicaCount: 1
|
|
|
|
image:
|
|
# image.repository -- Docker image for Feature Server repository
|
|
repository: feastdev/feature-server
|
|
pullPolicy: IfNotPresent
|
|
# image.tag -- The Docker image tag (can be overwritten if custom feature server deps are needed for on demand transforms)
|
|
tag: 0.28.0
|
|
|
|
imagePullSecrets: []
|
|
nameOverride: ""
|
|
fullnameOverride: ""
|
|
|
|
# feature_store_yaml_base64 -- [required] a base64 encoded version of feature_store.yaml
|
|
feature_store_yaml_base64: ""
|
|
|
|
podAnnotations: {}
|
|
|
|
podSecurityContext: {}
|
|
# fsGroup: 2000
|
|
|
|
securityContext: {}
|
|
# capabilities:
|
|
# drop:
|
|
# - ALL
|
|
# readOnlyRootFilesystem: true
|
|
# runAsNonRoot: true
|
|
# runAsUser: 1000
|
|
|
|
service:
|
|
type: ClusterIP
|
|
port: 80
|
|
|
|
resources: {}
|
|
# We usually recommend not to specify default resources and to leave this as a conscious
|
|
# choice for the user. This also increases chances charts run on environments with little
|
|
# resources, such as Minikube. If you do want to specify resources, uncomment the following
|
|
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
|
|
# limits:
|
|
# cpu: 100m
|
|
# memory: 128Mi
|
|
# requests:
|
|
# cpu: 100m
|
|
# memory: 128Mi
|
|
|
|
nodeSelector: {}
|
|
|
|
tolerations: []
|
|
|
|
affinity: {}
|
|
|
|
livenessProbe:
|
|
initialDelaySeconds: 30
|
|
periodSeconds: 30
|
|
|
|
readinessProbe:
|
|
initialDelaySeconds: 20
|
|
periodSeconds: 10
|