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

DNS proxy helm chart #4164

Merged
merged 11 commits into from
Jul 15, 2024
Merged

Conversation

dhiaayachi
Copy link
Collaborator

Changes proposed in this PR

Adding helm chart templates for deploying DNS proxy, this include:

  • Role binding
  • Role
  • Deployment
  • Service Account
  • Service

How I've tested this PR

Tested manually in an EKS cluster. This need to consul-dataplane with dns-proxy mode supported that will be added when hashicorp/consul-dataplane#571 is merged
Automated tests will be added when hashicorp/consul-dataplane#571 is merged in a later PR.

How I expect reviewers to test this PR

  • deployed manually

Checklist

@dhiaayachi dhiaayachi requested a review from jmurret July 10, 2024 15:00
@dhiaayachi dhiaayachi added pr/no-changelog PR does not need a corresponding .changelog entry pr/no-backport signals that a PR will not contain a backport label labels Jul 10, 2024
replicas: 1

# Port number to be used by DNS proxy
port: 8700
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

randomly chose a default port

Copy link
Member

@jmurret jmurret left a comment

Choose a reason for hiding this comment

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

Awesome! Thank you. A couple of copy pasta and just don't need to include PSP and Consul Cloud stuff.

@jmurret jmurret force-pushed the dhiaayachi/NET-10193/dns-proxy-deployment branch from e6102ed to f54511d Compare July 13, 2024 01:42
@dhiaayachi dhiaayachi merged commit 94833db into main Jul 15, 2024
50 checks passed
@dhiaayachi dhiaayachi deleted the dhiaayachi/NET-10193/dns-proxy-deployment branch July 15, 2024 15:00
jm96441n pushed a commit that referenced this pull request Jul 16, 2024
* adding templates

* fix deployment to run the right container

* remove the probes for the time being

* align helm with the RFC

* disable consul-dns service when dns proxy is enabled

* add dns proxy enabled tests

* revert adding tests for dns proxy as we need to have the right dataplane image to pass those tests.

* change dns port to 8700

* fix dns-proxy to use global enable variable as well as dns.proxy.enabled

* add bats tests

* change port to 53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr/no-backport signals that a PR will not contain a backport label pr/no-changelog PR does not need a corresponding .changelog entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants