-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathminikube-values-gn-4.4.x.yaml
More file actions
132 lines (119 loc) · 4.16 KB
/
Copy pathminikube-values-gn-4.4.x.yaml
File metadata and controls
132 lines (119 loc) · 4.16 KB
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
global:
storageClass: standard
geonode:
replicaCount: 1 # not working yet
version: 4.4.4
image:
# -- used geonode image
name: geonode/geonode
# -- tag of used geonode image
tag: "4.4.4"
general:
debug: True
debug_static: True
externalScheme: http
externalDomain: geonode.local
extraEnvVars:
# provide internal URL for catalogue service so geonode finds it
# IMPORTANT: This URL assumes a release named "geonode" in the "geonode" namespace.
# If using a different name or namespace, this URL must be updated.
CATALOGUE_URL: "http://geonode-pycsw.geonode.svc.cluster.local:8000/"
persistant:
storageSize: 2Gi
ingress:
enabled: False
secret:
superUser:
password: geonode
mail:
enabled: False
register:
open_signup: True
email_verification: "False"
authentication_method: username_email
pycsw:
enabled: True
image:
# -- pycsw docker image
name: geopython/pycsw
# -- pycsw docker image tag
tag: "2.6.1"
mappings: |-
MD_CORE_MODEL = {
"typename": "pycsw:CoreMetadata",
"outputschema": "http://www.isotc211.org/2005/gmd",
"mappings": {
"pycsw:Identifier": "uuid",
"pycsw:Typename": "csw_typename",
"pycsw:Schema": "csw_schema",
"pycsw:MdSource": "csw_mdsource",
"pycsw:InsertDate": "csw_insert_date",
"pycsw:XML": "metadata_xml",
"pycsw:AnyText": "csw_anytext",
"pycsw:Language": "language",
"pycsw:Title": "title",
"pycsw:Abstract": "raw_abstract",
"pycsw:Keywords": "keyword_csv",
"pycsw:KeywordType": "keywordstype",
"pycsw:Format": "spatial_representation_type_string",
"pycsw:Source": "source",
"pycsw:Date": "date",
"pycsw:Modified": "date",
"pycsw:Type": "csw_type",
"pycsw:BoundingBox": "csw_wkt_geometry",
"pycsw:CRS": "csw_crs",
"pycsw:AlternateTitle": "alternate",
"pycsw:RevisionDate": "date",
"pycsw:CreationDate": "date",
"pycsw:PublicationDate": "date",
"pycsw:OrganizationName": "organizationname",
"pycsw:SecurityConstraints": "securityconstraints",
"pycsw:ParentIdentifier": "parentidentifier",
"pycsw:TopicCategory": "topiccategory",
"pycsw:ResourceLanguage": "language",
"pycsw:GeographicDescriptionCode": "geodescode",
"pycsw:Denominator": "denominator",
"pycsw:DistanceValue": "distancevalue",
"pycsw:DistanceUOM": "distanceuom",
"pycsw:TempExtent_begin": "temporal_extent_start",
"pycsw:TempExtent_end": "temporal_extent_end",
"pycsw:ServiceType": "servicetype",
"pycsw:ServiceTypeVersion": "servicetypeversion",
"pycsw:Operation": "operation",
"pycsw:CouplingType": "couplingtype",
"pycsw:OperatesOn": "operateson",
"pycsw:OperatesOnIdentifier": "operatesonidentifier",
"pycsw:OperatesOnName": "operatesoname",
"pycsw:Degree": "degree",
"pycsw:AccessConstraints": "restriction_code",
"pycsw:OtherConstraints": "raw_constraints_other",
"pycsw:Classification": "classification",
"pycsw:ConditionApplyingToAccessAndUse": "conditionapplyingtoaccessanduse",
"pycsw:Lineage": "lineage",
"pycsw:ResponsiblePartyRole": "responsiblepartyrole",
"pycsw:SpecificationTitle": "specificationtitle",
"pycsw:SpecificationDate": "specificationdate",
"pycsw:SpecificationDateType": "specificationdatetype",
"pycsw:Creator": "creator",
"pycsw:Publisher": "publisher",
"pycsw:Contributor": "contributor",
"pycsw:Relation": "relation",
"pycsw:Links": "download_links",
},
}
postgres-operator:
enabled: True
postgres:
type: operator
operator:
storageSize: 2Gi
numberOfInstances: 1
postgres_version: 15
# rabbitmq is required in geonode 4.4.x
rabbitmq:
enabled: true
# redis got introduced with geonode 5.0.0, not needed in 4.4.x as it uses rabbitmq
redis:
enabled: false
persistence:
enabled: False