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

Updated infrastructure prefixes to use 'drasi' #42

Merged
merged 5 commits into from
Sep 13, 2024
Merged

Conversation

ruokun-niu
Copy link
Contributor

@ruokun-niu ruokun-niu commented Sep 3, 2024

Description

Most of our infrastructure components still contain the prefix rg in the names. This PR replaces them with 'drasi' instead

TODO

  • test with getting started and sample app ✅
  • update the sources in the prototyping repo ✅

Type of change

  • This pull request is a minor refactor, code cleanup, test improvement, or other maintenance task and doesn't change the functionality of Drasi (issue link optional).

Fixes: #issue_number

@ruokun-niu ruokun-niu marked this pull request as draft September 3, 2024 21:31
@ruokun-niu ruokun-niu marked this pull request as ready for review September 3, 2024 22:48
@@ -1,36 +1,36 @@
apiVersion: scheduling.k8s.io/v1
kind: PriorityClass
metadata:
name: rg-infrastructure
name: drasi-infrastructure
value: 1000
globalDefault: false
---
apiVersion: v1
kind: Service
metadata:
Copy link
Contributor

Choose a reason for hiding this comment

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

we need to add the labels to this metadata

Copy link
Contributor Author

Choose a reason for hiding this comment

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

What kind of labels are we planning to add?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Like app: drasi-infrastructure?

@ruokun-niu ruokun-niu merged commit 2c18593 into main Sep 13, 2024
32 checks passed
@danielgerlag danielgerlag deleted the rename-rg-infra branch September 26, 2024 00:11
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