-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathtest-overrides.yaml
107 lines (107 loc) · 2.72 KB
/
test-overrides.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
---
alfresco-repository:
image:
repository: localhost/alfresco/alfresco-content-repository
tag: latest
share:
image:
repository: localhost/alfresco/alfresco-share
tag: latest
alfresco-search:
image:
repository: localhost/alfresco/alfresco-search-service
tag: latest
alfresco-search-enterprise:
reindexing:
image:
repository: localhost/alfresco/alfresco-elasticsearch-reindexing
tag: latest
hookExecution: false
liveIndexing:
content:
image:
repository: localhost/alfresco/alfresco-elasticsearch-live-indexing-content
tag: latest
metadata:
image:
repository: localhost/alfresco/alfresco-elasticsearch-live-indexing-metadata
tag: latest
path:
image:
repository: localhost/alfresco/alfresco-elasticsearch-live-indexing-path
tag: latest
mediation:
image:
repository: localhost/alfresco/alfresco-elasticsearch-live-indexing-mediation
tag: latest
alfresco-transform-service:
pdfrenderer:
image:
repository: localhost/alfresco/alfresco-pdf-renderer
tag: latest
imagemagick:
image:
repository: localhost/alfresco/alfresco-imagemagick
tag: latest
libreoffice:
image:
repository: localhost/alfresco/alfresco-libreoffice
tag: latest
transformmisc:
image:
repository: localhost/alfresco/alfresco-transform-misc
tag: latest
tika:
image:
repository: localhost/alfresco/alfresco-tika
tag: latest
transformrouter:
image:
repository: localhost/alfresco/alfresco-transform-router
tag: latest
filestore:
image:
repository: localhost/alfresco/alfresco-shared-file-store
tag: latest
alfresco-digital-workspace:
image:
repository: localhost/alfresco/alfresco-digital-workspace
tag: latest
volumeMounts:
- name: app-config
mountPath: /usr/share/nginx/html/app.config.json
subPath: app.config.json
volumes:
- name: app-config
configMap:
name: adw-config
items:
- key: app.config.json
path: app.config.json
alfresco-sync-service:
image:
repository: localhost/alfresco/alfresco-sync-service
tag: latest
alfresco-control-center:
image:
repository: localhost/alfresco/alfresco-control-center
tag: latest
volumeMounts:
- name: app-config
mountPath: /usr/share/nginx/html/app.config.json
subPath: app.config.json
volumes:
- name: app-config
configMap:
name: acc-config
items:
- key: app.config.json
path: app.config.json
dtas:
additionalArgs:
- --tb=short
- -k
- not test_api_explorer_reachability
config:
config:
search_timeout_seconds: "360"