Altinn / altinn-pdf

Altinn platform microservice for generating PDFs
0 stars 1 forks source link

Automated deploy of the PDF generator app in apps cluster #43

Closed SandGrainOne closed 1 year ago

SandGrainOne commented 1 year ago

Description

The process of deploying a new version of the PDF-generator to all apps clusters must be automated.

Additional Information

It's important to note that we don't want it to be possible to send requests directly to the PDF generator from outside k8-cluster. The application should be available only for the apps that have been deployed in the cluster.

The PDF-generator should be in a namespace separate from the Apps. Idea: pdf

Release pipeline should have stages for atx and yt01, but not for TT02 or production.

Helm charts for "PDF-Service" (private repo): dev.azure.com/brreg/altinn-apps-ops

Commands:

helm repo add truecharts https://charts.truecharts.org/
helm install pdf-generator truecharts/browserless-chrome --version 3.0.2

Tasks

Test

Acceptance Criterias