-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvalues.yaml
176 lines (164 loc) · 4.24 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
# Since our images are in a private repository, a docker registry secret will need to be created in advance to access our repo
# This secret must be available in the same namespace where the helm chart will be installed to.
# kubectl create secret docker-registry actian-registrykey --docker-server=<your-registry-server> --docker-username=<your-name> --docker-password=<your-pword> --docker-email=<your-email>
# Populate imagePullSecrets as follows once set up:
#imagePullSecrets:
# - actian-registrykey
imagePullSecrets: []
image: actian/datacloud-worker:3.0.3-rc
imagePullPolicy: IfNotPresent
dcEngineImage: actian/dataconnect-engine:12.0.0-31
dcEngineImagePullPolicy: IfNotPresent
dcOdbcImage: actian/datacloud-odbc:1.0.0-139
dcOdbcImagePullPolicy: IfNotPresent
namespaced:
revisionHistoryLimit: 10
resultsQueue: JOB_RESULTS
tolerations: []
# - key: "example-key"
# operator: "Exists"
# effect: "NoSchedule"
affinity: {}
# affinity:
# podAntiAffinity:
# preferredDuringSchedulingIgnoredDuringExecution:
# - weight: 1
# podAffinityTerm:
# labelSelector:
# matchLabels:
# app: integration-manager-worker
# topologyKey: kubernetes.io/hostname
livenessProbe:
httpGet:
scheme: HTTP
path: /worker/health
port: 5000
initialDelaySeconds: 120
periodSeconds: 10
timeoutSeconds: 5
successThreshold: 1
failureThreshold: 3
existingRabbitSecret:
# Must have the keys:
# rabbitmq-host
# rabbitmq-username
# rabbitmq-password
existingSecret: ""
replicaCount: 1
pdb: {}
#minReplicas: 1
extraConfig: {}
extraLabels: {}
podAnnotations: {}
resources: {}
nodeSelector: {}
# Extra volumes for deployment
extraVolumes: []
# Extra volume mounts for deployment
extraVolumeMounts: []
concurrency: 1
# Amount of time to wait for current jobs to finish before forceful shutdown
terminationGracePeriodSeconds: 172800
destinationId:
# AMQP Configuration - Must use AMQP version 0-9-1
amqp:
# Set host to rabbitmq-rabbitmq-ha.default.svc.cluster.local if using helm rabbitmq-ha
host:
# Set port to 15672 if using helm rabbitmq-ha
port: 5672
# Set if not using existingRabbitSecret
username:
password:
ssl: false
existingLicenseSecret:
# Must have the key:
# cosmos.slc
dc12license:
# Example License Config
#dc12license: |
# <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
#
# <!-- Do not modify this file. It is digitally signed. -->
# <!--License Signer Version: v11-->
# <License>
# ...
# </License>
gcpSecret:
# Example secret file
#| {"type": "service_account",
# "project_id":
# "private_key_id":
#"private_key":
#"client_email":
#"client_id":
#"auth_uri":
#"token_uri":
#"auth_provider_x509_cert_url":
#"client_x509_cert_url":
#}
externalSecrets:
enabled: false
backendType:
keyVaultName:
keyName:
keyProperty:
dockerConfiguration:
serviceAccount:
annotations: {}
podSecurityContext: {}
# fsGroup: 2000
# runAsNonRoot: true
securityContext: {}
# # capabilities:
# # drop:
# # - ALL
# privileged: false
# allowPrivilegeEscalation: false
# runAsUser: 1000
# runAsGroup: 3000
# #fsGroupChangePolicy: "OnRootMismatch"
# runAsNonRoot: true
# readOnlyRootFilesystem: true
dcEngineSecurityContext: {}
# # capabilities:
# # drop:
# # - ALL
# privileged: false
# allowPrivilegeEscalation: false
# runAsUser: 1000
# runAsGroup: 3000
# #fsGroupChangePolicy: "OnRootMismatch"
# runAsNonRoot: true
# readOnlyRootFilesystem: true
engineLogSecurityContext:
# privileged: false
# runAsUser: 0
# runAsNonRoot: false
dcOdbcSecurityContext:
# privileged: false
# runAsUser: 0
# runAsNonRoot: false
logstream:
enabled: false
hostPath: "/opt/Actian/local/work/job"
busybox:
image:
repository: busybox
tag: 1.30.1
pullPolicy: IfNotPresent
dfEngineImage: actian/dataflow-engine:7.0.2-51
dfEngineImagePullPolicy: IfNotPresent
dfEngineSecurityContext: {}
linkEngineImage: actian/link-flow-command-server-standalone-installer:10.9.9.9_911
linkEngineImagePullPolicy: IfNotPresent
linkEngineSecurityContext: {}
# # capabilities:
# # drop:
# # - ALL
# privileged: false
# allowPrivilegeEscalation: false
# runAsUser: 1000
# runAsGroup: 3000
# #fsGroupChangePolicy: "OnRootMismatch"
# runAsNonRoot: true
# readOnlyRootFilesystem: true