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

feat: add stats.jenkins.io storage account and file share #729

Merged

Conversation

lemeurherve
Copy link
Member

This PR adds the storage account and file share that will be used by the nginx-website release on publick8s cluster to serve on new.stats.jenkins.io the content generated from https://github.com/jenkins-infra/stats.jenkins.io/.

Ref:

name = "statsjenkinsio"
resource_group_name = azurerm_resource_group.stats_jenkins_io.name
location = azurerm_resource_group.stats_jenkins_io.location
account_tier = "Standard"
Copy link
Contributor

Choose a reason for hiding this comment

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

Note: if you use a Standard storage account, you'll have to check the cost due to amount of transactions. It usually are the write which are costly: what would be the statistic's update frequency?

I believe we can for it but you have to watch the costs of this resource group in the upcoming (4-6) weeks

Copy link
Contributor

@dduportal dduportal left a comment

Choose a reason for hiding this comment

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

LGTM! Please watch the costs in the upcoming weeks if you keep the Standard storage

@lemeurherve lemeurherve enabled auto-merge (squash) June 18, 2024 15:52
@lemeurherve lemeurherve merged commit 42a7197 into jenkins-infra:main Jun 18, 2024
3 checks passed
@lemeurherve lemeurherve deleted the helpdesk4132-stats-jenkins-io branch June 18, 2024 15:52
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.

3 participants