forked from NVIDIA/ncx-infra-controller-rest
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvalues.yaml
More file actions
70 lines (65 loc) · 1.48 KB
/
values.yaml
File metadata and controls
70 lines (65 loc) · 1.48 KB
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
nameOverride: ""
namespaceOverride: ""
image:
name: carbide-rest-workflow
cloudWorker:
replicaCount: 1
resources:
requests:
memory: "128Mi"
cpu: "100m"
limits:
memory: "512Mi"
cpu: "500m"
siteWorker:
replicaCount: 1
resources:
requests:
memory: "128Mi"
cpu: "100m"
limits:
memory: "512Mi"
cpu: "500m"
secrets:
temporalEncryptionKey: temporal-encryption-key
temporalClientCerts: temporal-client-cloud-certs
# -- Secret containing DB password at key "password". When set, db.password is ignored
# and the password is read from /var/secrets/db/password (supports live rotation).
dbCreds: ""
config:
env:
dev: true
log:
level: debug
db:
host: postgres.postgres
port: 5432
name: forge
user: forge
# -- Plain-text password. Ignored when secrets.dbCreds is set.
password: forge
temporal:
host: temporal-frontend.temporal
port: 7233
serverName: server.temporal.local
namespace: cloud
queue: cloud
tls:
enabled: true
certPath: /var/secrets/temporal/certs/tls.crt
keyPath: /var/secrets/temporal/certs/tls.key
caPath: /var/secrets/temporal/certs/ca.crt
disableHostVerification: false
encryptionKeyPath: /var/secrets/temporal/encryption-key
ngc:
api:
baseUrl: ""
notifications:
slack:
webhookURL: ""
metrics:
enabled: true
port: 9360
tracing:
enabled: false
serviceName: carbide-rest-workflow