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

Helm Chart Ingress #150

Open
pelasgus opened this issue Apr 7, 2023 · 2 comments
Open

Helm Chart Ingress #150

pelasgus opened this issue Apr 7, 2023 · 2 comments

Comments

@pelasgus
Copy link

pelasgus commented Apr 7, 2023

# ingress-route.yaml
---
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:
  name: minecraft
  namespace: minecraft
spec:
  entryPoints:
    - 25565/tcp
  routes:
    - match: HostSNI(`*`)
      kind: Rule
      services:
        - name: svc-minecraft
          port: 25565

and

kind: IngressRouteTCP

is not an option . How to proceed?

💡N.B.: Installed via Helm with this chart on EKS on AWS behind Traefik.

References | Similar Issues:

@itzg
Copy link
Owner

itzg commented Apr 8, 2023

I would suggest building a composite helm chart that applies the resource you showed with the Minecraft chart as a dependency.

@grantbruneau
Copy link
Contributor

grantbruneau commented Apr 5, 2024

You can also add extra objects into the extraDeploy array. I use this to kick off a job that adds dns records.

Edit: thought this was a ‘24 issue. 😅

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

No branches or pull requests

3 participants