replicaCount: 1

containerPort: 8080

baseUrls:
  - http://main-core-ui.main-e2e-stack.svc.cluster.local

redis:
  enabled: true
  host: main-redis-master.main-e2e-stack.svc.cluster.local
  prefix: ${CI_COMMIT_REF_SLUG}-${OX_COMPONENT}

ingress:
  enabled: false

defaultRegistry: ""

image:
  registry: ""
  repository: ${CI_REGISTRY_IMAGE}
  pullPolicy: Always
  tag: ${TAG_NAME}

imagePullSecrets:
  - name: gitlab-registry-credentials

extras:
  monitoring:
    enabled: true

resources:
  limits:
    cpu: 1
    memory: 196Mi
  requests:
    cpu: 100m
    memory: 196Mi