EOX GitLab Instance

Skip to content
Snippets Groups Projects
values.yaml 615 B
Newer Older
Nikola Jankovic's avatar
Nikola Jankovic committed
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: {}