-
Notifications
You must be signed in to change notification settings - Fork 3
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
Host Service in Container Apps through IAC #1301
Comments
4 tasks
arealmaas
added a commit
that referenced
this issue
Oct 16, 2024
<!--- Provide a general summary of your changes in the Title above --> ## Description <!--- Describe your changes in detail --> - Added Service in all environments in container app. Using webapi for now until Service is ready - Added user assigned identity instead of using the created managed identity created by the container app to avoid potential race conditions. This should be required eventually for all container apps. Making it optional for now. ## Related Issue(s) - #1301 ## Verification - [ ] **Your** code builds clean without any errors or warnings - [ ] Manual testing done (required) - [ ] Relevant automated test added (if you find this hard, leave it and we'll help out) ## Documentation - [ ] Documentation is updated (either in `docs`-directory, Altinnpedia or a separate linked PR in [altinn-studio-docs.](https://github.com/Altinn/altinn-studio-docs), if applicable) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced a new infrastructure configuration for deploying a container application in Azure. - Added support for multiple environments (production, staging, test) with dynamic parameter management. - Enhanced identity management for the container app, allowing for user-assigned identities. - **Bug Fixes** - Improved health probe configurations for better application monitoring. - **Documentation** - Updated workflow to include deployment capabilities for the new service component. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
4 tasks
arealmaas
added a commit
that referenced
this issue
Oct 16, 2024
<!--- Provide a general summary of your changes in the Title above --> ## Description <!--- Describe your changes in detail --> Using the healthz endpoint before the proper service is deployed ## Related Issue(s) - #1301 ## Verification - [ ] **Your** code builds clean without any errors or warnings - [ ] Manual testing done (required) - [ ] Relevant automated test added (if you find this hard, leave it and we'll help out) ## Documentation - [ ] Documentation is updated (either in `docs`-directory, Altinnpedia or a separate linked PR in [altinn-studio-docs.](https://github.com/Altinn/altinn-studio-docs), if applicable)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: