-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues.yaml
54 lines (43 loc) · 1.34 KB
/
values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Default values for data-population.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
dataPopulation:
image:
repository: ghcr.io/scalar-labs/scalarflow-data-population
pullPolicy: IfNotPresent
tag: 1.0.0
# This will clean the data population job after the job is finished (either completed or failed) after a set number of seconds. "0" means disable this feature (the job is not cleaned).
ttlSecondsAfterFinished: 60
# Arguments for the scalarflow data population
args: []
scalardb:
config: scalardb.properties
configData: ""
# In the case the properties file is not used, then the configuration can be done via bellow configs
namespace: scalarflow
contactPoints: "scalardb-server-envoy"
contactPort: 60051
username: ""
password: ""
storage: grpc
# If you are not using ScalarDB server, you can leave this value to be empty to use the default consensus commit transaction manager
transactionManager: grpc
app:
company:
id: ""
configMouthPath: /scalarflow
imagePullSecrets:
- name: regcred
podAnnotations: {}
podSecurityContext: {}
# fsGroup: 2000
securityContext: {}
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
nodeSelector: {}
tolerations: []
affinity: {}