-
Notifications
You must be signed in to change notification settings - Fork 1
/
pygeoapi-local-config.yaml
93 lines (89 loc) · 2.71 KB
/
pygeoapi-local-config.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
server:
bind:
host: 0.0.0.0
port: 80
url: http://localhost:5000/
mimetype: application/json; charset=UTF-8
encoding: utf-8
language: en-US
# cors: true
pretty_print: true
limit: 10
map:
url: https://maps.wikimedia.org/osm-intl/{z}/{x}/{y}.png
attribution: '<a href="https://wikimediafoundation.org/wiki/Maps_Terms_of_Use">Wikimedia maps</a> | Map data © <a href="https://openstreetmap.org/copyright">OpenStreetMap contributors</a>'
# ogc_schemas_location: /opt/schemas.opengis.net
manager:
name: pygeoapi_kubernetes_papermill.KubernetesManager
skip_k8s_setup: true
logging:
level: DEBUG
#logfile: /tmp/pygeoapi.log
metadata:
identification:
title: pygeoapi default instance
description: pygeoapi provides an API to geospatial data
keywords:
- geospatial
- data
- api
keywords_type: theme
terms_of_service: https://creativecommons.org/licenses/by/4.0/
url: http://localhost:5000/
license:
name: CC-BY 4.0 license
url: https://creativecommons.org/licenses/by/4.0/
provider:
name: Organization Name
url: https://pygeoapi.io
contact:
name: Lastname, Firstname
position: Position Title
address: Mailing Address
city: City
stateorprovince: Administrative Area
postalcode: Zip or Postal Code
country: Country
phone: +xx-xxx-xxx-xxxx
fax: +xx-xxx-xxx-xxxx
email: [email protected]
url: Contact URL
hours: Mo-Fr 08:00-17:00
instructions: During hours of service. Off on weekends.
role: pointOfContact
resources:
execute-notebook:
type: process
processor:
name: pygeoapi_kubernetes_papermill.PapermillNotebookKubernetesProcessor
default_image: "test-image"
output_directory: "/home/jovyan/job-output"
allowed_images_regex: ""
image_pull_secret: ""
extra_volumes: []
extra_volume_mounts: []
log_output: True
default_node_purpose: ""
allowed_node_purposes_regex: ""
tolerations: []
job_service_account: ""
allow_fargate: False
auto_mount_secrets: False
node_purpose_label_key: ""
run_as_user: None
run_as_group: None
extra_resource_limits: {}
extra_resource_requests: {}
conda_store_groups: []
s3:
bucket_name: ""
secret_name: ""
s3_url: ""
home_volume_claim_name: "user"
extra_pvcs: []
jupyter_base_url: "https://edc-jupyter.hub.eox.at"
secrets: []
checkout_git_repo:
enabled: false
url: "test"
secret_name: pygeoapi-git