Skip to content
Snippets Groups Projects
Commit 2d9c2fc5 authored by maik.schaefer's avatar maik.schaefer
Browse files

update building blocks to 3.0.0

parent ded6af8a
No related branches found
No related tags found
No related merge requests found
include:
- project: 'sre/ci-building-blocks'
file: '/gitlab-ci/node/kaniko.yml'
ref: '2.0.0'
file: 'nodejs.yml'
ref: '3.0.0'
variables:
INGRESS_HOSTNAME: ui-middleware-$CI_COMMIT_REF_SLUG
OX_COMPONENT: core-ui-middleware
deploy helm chart:
extends: .auto-deploy-helm-chart
environment:
name: $CI_COMMIT_REF_SLUG
on_stop: tear down
auto_stop_in: 1 week
url: https://ui-middleware-$CI_COMMIT_REF_SLUG.$KUBE_INGRESS_BASE_DOMAIN
after_script:
- envsubst < .gitlab-ci/kubernetes-resources.yaml > tmp-k8s-resources.yaml
- kubectl apply -f tmp-k8s-resources.yaml
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment