Skip to content
Snippets Groups Projects
development.yaml 612 B
Newer Older
ingress:
  hosts:
    - host: metager3.de
      paths:
        - path: /
          pathType: ImplementationSpecific
  tls:
    - hosts:
        - metager3.de
      secretName: metager-tls-2023

resources:
  requests:
    fpm:
      cpu: 1
      memory: 500M
    scheduler:
      cpu: 100m
      memory: 100M
    worker:
      cpu: 1
      memory: 100M
    nginx:
      cpu: 100m
      memory: 100M
    redis:
      cpu: 100m
      memory: 1Gi
Dominik Hebeler's avatar
Dominik Hebeler committed
  DB_CONNECTION: sqlite
  REDIS_CACHE_CONNECTION: default
  REDIS_CACHE_LOCK_CONNECTION: default
  REDIS_SESSION_CONNECTION: default
  SESSION_CONNECTION: default