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

[2200] Pin postgres and redis to the application node pool #142

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

saliceti
Copy link
Member

@saliceti saliceti commented Jan 10, 2025

Context

The default node pool is reserved for the system. User apps should be deployed to the apps1 node pool.

Changes proposed in this pull request

Use the node_selector to pin the pods to the application node pool

Guidance to review

Used in ITTMS PR: DFE-Digital/itt-mentor-services#1300

Check all pods are deployed to the apps1 node pool:

 kubectl get pods -A -o wide | grep itt-mentor-services-1300

Checklist

  • I have performed a self-review of my code, including formatting and typos
  • I have cleaned the commit history
  • I have added the Devops label
  • I have attached the pull request to the trello card

Use the node_selector to pin the pods to the application node pool. The
default node pool is reserved for the system.
@saliceti saliceti force-pushed the 2200-review-app-db-pods-in-the-default-nodepool branch from 01a50dd to 5e2a1a3 Compare January 10, 2025 17:31
@saliceti saliceti merged commit 4b63874 into main Jan 10, 2025
3 checks passed
@saliceti saliceti deleted the 2200-review-app-db-pods-in-the-default-nodepool branch January 10, 2025 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants