-
julian.baeume authored
just point manifest service instance to appsuite-stack release created for preview apps. Needs some custom k8s resources (Ingress).
julian.baeume authoredjust point manifest service instance to appsuite-stack release created for preview apps. Needs some custom k8s resources (Ingress).
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.gitlab-ci.yml 508 B
include:
- project: 'sre/ci-building-blocks'
file: '/gitlab-ci/node/kaniko.yml'
variables:
INGRESS_HOSTNAME: manifest-$CI_COMMIT_REF_SLUG
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://manifest-$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