Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Terraform resource for Azure Container App Job for runner #134

Open
bcspragu opened this issue Jan 11, 2024 · 0 comments
Open

Create Terraform resource for Azure Container App Job for runner #134

bcspragu opened this issue Jan 11, 2024 · 0 comments
Labels
cleanup Improve code health without changing UX

Comments

@bcspragu
Copy link
Collaborator

bcspragu commented Jan 11, 2024

PR #123 changes how we trigger jobs to start them based on an existing template, called 'pacta-runner'. This was created manually in local, dev, because the Terraform Azure provider doesn't current support jobs, but support is literally being merged as we speak, so I expect this will be a fast follow

Rough params to set:

rg: rmi-pacta-<env>
job-name: pacta-runner-<env>
container-apps-env: pacta-<env>
trigger: manual
image: runner
tag: 'latest' for local, <env> for all others
resources: 1 vCPU, 2 GiB RAM

user-assigned managed-identity of pacta-runner-<env>

local env vars
AZURE_CLIENT_ID c02b7346-6ba6-438a-8136-1ccb608e5449
MANAGED_IDENTITY_CLIENT_ID c02b7346-6ba6-438a-8136-1ccb608e5449

dev env vars
AZURE_CLIENT_ID fe1d8f9a-2806-4c9a-ba20-1dcf63ee3e27
MANAGED_IDENTITY_CLIENT_ID fe1d8f9a-2806-4c9a-ba20-1dcf63ee3e27
@gbdubs gbdubs added the cleanup Improve code health without changing UX label Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup Improve code health without changing UX
Projects
None yet
Development

No branches or pull requests

2 participants