Zum Inhalt

Configuration settings

Common settings

Configuration Default Description Sample
deployment - Name of the deployment to use -
env {} Env Variables -
image.repository registry.gitlab.com/xrow-shared/ezplatform/dev image to use -
image.tag latest Use hash or default -
image.pullPolicy Always - -
imageCredentials.registry - Not required since the service account has access registry.gitlab.com
imageCredentials.username - Not required since the service account has access gitlab+deploy-token-183447
imageCredentials.password - Not required since the service account has access ABCDEF1234
storage.class - set a custom storage class -

PHP Symfony

See https://gitlab.com/xrow-public/docker-php-ezplatform

apiVersion: xrow.com/v2
kind: Developer
....
  env:
    - name: APP_ENV
      value: dev
    - name: APP_DEBUG
      value: "1"
...

Node

See https://gitlab.com/xrow-public/s2i-nodejs-container

apiVersion: xrow.com/v2
kind: Developer
....
  env:
    - name: NODE_ENV
      value: development
    - name: DEV_MODE
      value: 'true'
...