# Default values for spring-cloud-data-flow. # This is a YAML-formatted file. # Declare variables to be passed into your templates. dataflowUsername: user dataflowPassword: password dataflowRoles: ROLE_VIEW, ROLE_CREATE dataflowAdminUsername: admin dataflowAdminPassword: admin dataflowAdminRoles: ROLE_MANAGE, ROLE_VIEW rbac: # Specifies whether RBAC resources should be created create: true apiVersion: v1beta1 serviceAccount: # Specifies whether a service account should be created create: true # The name of the service account to use. # If not set and create is true, a name is generated using the serviceAccountName template name: server: image: springcloud/spring-cloud-dataflow-server-kubernetes version: 1.6.2.RELEASE imagePullPolicy: IfNotPresent service: type: LoadBalancer externalPort: 80 resources: {} # limits: # cpu: 1.0 # memory: 2048Mi # requests: # cpu: 0.5 # memory: 640Mi skipper: image: springcloud/spring-cloud-skipper-server version: 1.0.9.RELEASE imagePullPolicy: IfNotPresent platformName: minikube service: type: ClusterIP resources: {} # limits: # cpu: 1.0 # memory: 1024Mi # requests: # cpu: 0.5 # memory: 640Mi metrics: image: springcloud/metrics-collector-rabbit version: 2.0.0.RELEASE imagePullPolicy: IfNotPresent service: type: ClusterIP resources: {} # limits: # cpu: 1.0 # memory: 1024Mi # requests: # cpu: 0.5 # memory: 640Mi deployer: resourceLimits: cpu: 500m memory: 1024Mi readinessProbe: initialDelaySeconds: 120 livenessProbe: initialDelaySeconds: 90 rabbitmq: rabbitmqUsername: user mysql: mysqlDatabase: dataflow