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
Hello,
if i want to sign up on my deployed applicaltion on K8s i get this error:
I haven't changed any vaule except the required frontUrl and apiUrl + i added an internal ingress on top.
frontUrl
apiUrl
Ingress looks like this:
apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: lago-ingress namespace: namespace-one annotations: kubernetes.io/ingress.class: nginx-mpls nginx.ingress.kubernetes.io/use-regex: "true" spec: rules: - host: billing.ai.company.intern http: paths: - path: /(.*) pathType: ImplementationSpecific backend: service: name: lago-front-svc port: number: 80 tls: - hosts: - billing.ai.company.intern secretName: tls-secret
The text was updated successfully, but these errors were encountered:
Actually you might have the same problem than me: getlago/lago#368
Sorry, something went wrong.
@jannikstdl you also need to expose the api svc, I assume that the error you have in console is a 404?
No branches or pull requests
Hello,
if i want to sign up on my deployed applicaltion on K8s i get this error:
I haven't changed any vaule except the required
frontUrl
andapiUrl
+ i added an internal ingress on top.Ingress looks like this:
The text was updated successfully, but these errors were encountered: