Skip to content
Snippets Groups Projects
values-template.yaml 580 B
Newer Older
core-ui-middleware:
  image:
    repository: ${CI_REGISTRY_IMAGE}
    tag: ${TAG_NAME}
host: ${PREVIEW_APP_NAME}.dev.oxui.de

appsuite:
  core-ui:
    podAnnotations:
      commit-ref: "${CI_COMMIT_SHORT_SHA}"
    deploymentAnnotations:
      commit-ref: "${CI_COMMIT_SHORT_SHA}"
  core-guidedtours:
    podAnnotations:
      commit-ref: "${CI_COMMIT_SHORT_SHA}"
    deploymentAnnotations:
      commit-ref: "${CI_COMMIT_SHORT_SHA}"
  office-web:
    podAnnotations:
      commit-ref: "${CI_COMMIT_SHORT_SHA}"
    deploymentAnnotations:
      commit-ref: "${CI_COMMIT_SHORT_SHA}"