EOX GitLab Instance

Skip to content
Snippets Groups Projects
values.yaml 674 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:
  limits:
    cpu: 1.5
    memory: 6Gi
  requests:
    cpu: 0.5
    memory: 0.5Gi
Nikola Jankovic's avatar
Nikola Jankovic committed

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
  collections: {}
  productTypes: []
  coverageTypes: []
Nikola Jankovic's avatar
Nikola Jankovic committed
  storage:
    data: {}