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: Added internal ingress #102

Merged
merged 18 commits into from
May 17, 2024
Merged

feat: Added internal ingress #102

merged 18 commits into from
May 17, 2024

Conversation

amanpruthi
Copy link
Contributor

No description provided.

Copy link
Contributor

@zacharyblasczyk zacharyblasczyk left a comment

Choose a reason for hiding this comment

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

@amanpruthi amanpruthi merged commit ab8c7cf into main May 17, 2024
1 check passed
@amanpruthi amanpruthi deleted the aman/issue-95 branch May 17, 2024 12:22
Copy link
Contributor

@zacharyblasczyk zacharyblasczyk left a comment

Choose a reason for hiding this comment

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

Looks like a bit of copy paste.

{{- if .Values.ingress.secondary.issuer.create }}
"cert-manager.io/issuer": "{{ .Release.Name }}-issuer"
"cert-manager.io/acme-challenge-type": "http01"
"kubernetes.io/ingress.allow-http" : "false"
Copy link
Contributor

Choose a reason for hiding this comment

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

Typo?

@@ -116,6 +117,21 @@ ingress:
provider: ""
server: https://acme-v02.api.letsencrypt.org/directory
email: support@wandb.com
secondary:
create: false
install: true
Copy link
Contributor

Choose a reason for hiding this comment

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

Unused?

Comment on lines +132 to +134
provider: ""
server: https://acme-v02.api.letsencrypt.org/directory
email: support@wandb.com
Copy link
Contributor

Choose a reason for hiding this comment

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

Do these need to be wired up?

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