forked from ssl-hep/ServiceX_DID_Finder_Demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues_minimal.yaml
78 lines (66 loc) · 1.43 KB
/
values_minimal.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
noCerts: true
app:
adminEmail: zonca@sdsc.edu
tag: develop
pullPolicy: Always
auth: false
replicas: 1
ingress:
class: nginx
enabled: false
host: zonca.dev
tls:
enabled: true
clusterIssuer: letsencrypt-prod
codeGen:
image: sslhep/servicex_code_gen_func_adl_uproot
didFinder:
rucio:
enabled: false
CERNOpenData:
enabled: true
objectStore:
enabled: true
#publicURL: pondd-minio.zonca.dev
# Enable deployment of Minio Object Store with this chart
internal: true
publicURL:
# turn off https connections to minio, should be off if using internal
# minio
useTLS: false
minio:
accessKey: miniouser
secretKey: leftfoot1
ingress:
enabled: false
annotations:
kubernetes.io/ingress.class: nginx
cert-manager.io/cluster-issuer: letsencrypt-prod
acme.cert-manager.io/http01-edit-in-place: "true"
hosts:
- "pondd-minio.zonca.dev"
tls:
- hosts:
- pondd-minio.zonca.dev
secretName: pondd-minio-tls
enabled: true
postgres:
enabled: false
postgresql:
persistence:
enabled: true
storageClass: standard
preflight:
pullPolicy: Always
rabbitmq:
auth:
password: leftfoot1
persistence:
enabled: false
storageClass: standard
transformer:
autoscaler:
enabled: true
maxReplicas: 5
pullPolicy: Always
defaultTransformerImage: sslhep/servicex_func_adl_uproot_transformer:develop