Newer
Older
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
replicaCount: 1
image:
repository: registry.gitlab.eox.at/vs/core
pullPolicy: IfNotPresent
tag: ""
imagePullSecrets: []
resources: {}
affinity: {}
volumeMounts: []
volumes: []
disableDefaultEoxserver: false
backends: []
global:
env:
REDIS_PORT: "6379"
DJANGO_MAIL: office@eox.at
DJANGO_PASSWORD: djangopw
DJANGO_USER: djangouser
DB_NAME: dbname
DB_PORT: "5432"
DB_PW: dbpw
DB_USER: dbuser
POSTGRES_DB: dbname
POSTGRES_PASSWORD: dbpw
POSTGRES_USER: dbuser
dataScheme:
collections: {}
productTypes: []
coverageTypes: []
storage:
data: {}