We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
# 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:
The text was updated successfully, but these errors were encountered:
I would suggest building a composite helm chart that applies the resource you showed with the Minecraft chart as a dependency.
Sorry, something went wrong.
You can also add extra objects into the extraDeploy array. I use this to kick off a job that adds dns records.
minecraft-server-charts/charts/minecraft/values.yaml
Line 132 in 157686c
Edit: thought this was a ‘24 issue. 😅
No branches or pull requests
and
is not an option . How to proceed?
💡N.B.: Installed via Helm with this chart on EKS on AWS behind Traefik.
References | Similar Issues:
The text was updated successfully, but these errors were encountered: