forked from lintol/helm-ckan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
values.yaml
55 lines (50 loc) · 1.02 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
solr:
~
postgresql:
# Only difference with this image is that it's more recently built from upstream's master, than upstream's image
image: "flaxandteal/ckan-postgresql"
postgresPassword: TEST
# persistence:
# storageClassSuffix: null
redis:
redisPassword: TEST
ckan-core:
defaultUser:
username: johndoe
email: [email protected]
password: testpassword
plugins:
all:
- stats
- text_view
- image_view
- recline_view
- scheming_datasets
- datastore
- datapusher
- validation
- oauth2provider
- harvest
- ckan_harvester
oauth2provider:
secretKey: oauthkeytest
harvest: false
scheming: false
validation: false
# runOnUpdateAsync: true
# runOnCreateAsync: true
siteUrl: https://ckan.ev.openindustry.in
postgres:
password: TEST
dataStoreRoPassword: "TEST"
redisPassword: TEST
plugins:
oauth2provider:
token: OAUTHTOKEN
resources:
limits:
cpu: 100m
memory: 128Mi
requests:
cpu: 100m
memory: 128Mi