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

Change deployment samples to be ready-to-deploy files #7926

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jander-msft
Copy link
Member

Summary

This change allows users to easily run the sample deployments without having to copy/paste them first; just checkout the repository and run the deployment. For Kubernetes, I've only created a single sample based on .NET Monitor 8 since the prior versions are out of support and the sample applies to .NET Monitor 8 and forward. Additionally, I changed the app image to use the chiseled variant so that the users of the app and the .NET Monitor container match.

Release Notes Entry

@jander-msft jander-msft requested a review from a team as a code owner February 6, 2025 20:26
@jander-msft jander-msft changed the title Move deployment samples from Markdown files to ready-to-deploy sample files Change deployment samples to be ready-to-deploy files Feb 6, 2025
memory: 512Mi
- name: monitor
image: mcr.microsoft.com/dotnet/monitor:8
# DO NOT use the --no-auth argument for deployments in production; this argument is used for demonstration
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a bit of a quirk with some of our comments in a couple of places - if someone references this yaml in isolation, these don't mean much and don't tell you where to get clarification.

memory: 512M

monitor:
image: mcr.microsoft.com/dotnet/monitor:8
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason we're using 8 for these examples instead of 9?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants