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

77 - Create nginx duplicator proxy chart #78

Closed
wants to merge 1 commit into from

Conversation

Smorci
Copy link
Contributor

@Smorci Smorci commented Jul 17, 2023

No description provided.

@Smorci Smorci linked an issue Jul 17, 2023 that may be closed by this pull request
2 tasks
@Smorci Smorci self-assigned this Jul 17, 2023
ingress:
class: alb
annotations: {}
hosts: {}
Copy link
Collaborator

Choose a reason for hiding this comment

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

I believe this should be hosts: [] instead of {}? Cause I see in your code you are ranging over hosts items.
Then looking at values I know that I need to define hosts:

hosts:
- host1
  paths: []
- host2
  paths: []

@kaozenn
Copy link
Collaborator

kaozenn commented Jul 17, 2023

I wonder why you need to create a specific chart for this. You can just use the official nginx-ingress helm chart directly into your helmfile.

There is a field customConfigMap: "" that you can use to apply your config.

@Smorci
Copy link
Contributor Author

Smorci commented Jul 18, 2023

You are right, I will implement it with the official nginx helm chart

@Smorci Smorci closed this Jul 25, 2023
@Smorci Smorci deleted the 77-create-nginx-duplication-proxy-server-chart branch July 25, 2023 09:41
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.

Create nginx duplication proxy server chart
3 participants