-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues.yaml
51 lines (41 loc) · 1.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
# Default values for am-deploy.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
general:
# Pick this based on your project's allowed range
# (check the openshift.io/sa.scc.uid-range annotation)
user_uid: "1010690000"
archivematica_storage_service:
image: gitlab-registry.cern.ch/digitalmemory/archivematica-helm/archivematica-storage-service:dev
persistence:
enabled: true
size: 2Gi
archivematica_dashboard:
image: gitlab-registry.cern.ch/digitalmemory/archivematica-helm/archivematica-dashboard:dev
mcp_client:
image: gitlab-registry.cern.ch/digitalmemory/archivematica-helm/archivematica-mcp-client:dev
mcp_server:
image: gitlab-registry.cern.ch/digitalmemory/archivematica-helm/archivematica-mcp-server:dev
mysql:
db: archivematica_db
ss_db_url: "mysql://root@mysql:3306"
persistence:
enabled: true
size: 20Gi
clamvd:
image: gitlab-registry.cern.ch/digitalmemory/archivematica-helm/am-clamav:dev
persistence:
enabled: true
route:
hostname: "dm-am.web.cern.ch"
ss_hostname: "dm-am-ss.web.cern.ch"
enabled: true
tls: true
redis:
persistence:
enabled: true
size: 2Gi
gearmand:
queue_type: redis
redis_server: archivematica-redis
redis_port: 6379